Anna-Maria Meriniemi
ea77b98a35
Update issue_template.md
...
since search is working
2017-05-17 13:02:09 +03:00
aldacron
40c311f80a
fix registration
2017-05-17 02:36:27 -07:00
Kfir Hadas
2c5a577f7e
Use pycodestyle
2017-05-17 12:25:55 +03:00
aldacron
08217cee2f
changed filter bar for clarity
2017-05-17 01:43:04 -07:00
aldacron
cee5d815d4
fixed line break
2017-05-17 01:33:54 -07:00
aldacron
d0f9481b62
Merge branch 'master' of https://github.com/nyaadevs/nyaa
2017-05-17 01:29:50 -07:00
aldacron
e98b7702d8
updated motd for clarity
2017-05-17 01:29:18 -07:00
TheAMM
8d66d6c82d
Include search terms in page title
...
Fixes #25
2017-05-17 11:27:54 +03:00
Kfir Hadas
d7694d6c62
Disable email notifications
2017-05-17 11:20:42 +03:00
Kfir Hadas
9ad2264edf
Travis config
2017-05-17 11:16:27 +03:00
aldacron
291789445c
memes
2017-05-17 01:06:18 -07:00
aldacron
a2ca6eb2ac
changed cache control from 1 hr to 5 mins
2017-05-17 01:05:55 -07:00
aldacron
2590dfcc95
updated motd
2017-05-17 00:59:57 -07:00
aldacron
5a1e44faff
added success message after torrent edit
2017-05-17 00:56:51 -07:00
aldacron
f5551dd1e5
moved some files
2017-05-17 00:53:54 -07:00
aldacron
acc5da09b0
updated MOTD for new search awareness
2017-05-17 00:53:26 -07:00
aldacron
8ffcbca4d5
improved profile page user flow. clears data on success and shows current email. also, flashes success message if successful
2017-05-17 00:53:07 -07:00
Johnny Ding
c61bba8f30
Merge pull request #80 from nathancyam/mobile_search
...
Issue #35 : Mobile search improvements
2017-05-17 00:13:25 -07:00
Johnny Ding
7d967d221e
Merge pull request #58 from JSFernandes/master
...
Remove sourceMappingURL from bootstrap-dark.min.css
2017-05-17 00:12:23 -07:00
Johnny Ding
2147c6e287
Merge pull request #14 from wranai/patch-1
...
Improved tracker list
2017-05-17 00:10:36 -07:00
Johnny Ding
ad17558ec3
Merge pull request #53 from sharkykh/pep8
...
Fix PEP8 errors and warnings
2017-05-17 00:08:42 -07:00
Johnny Ding
03d658fcef
Merge pull request #91 from Open-Anime-Database-Consortium/master
...
User profile page UI and logic change
2017-05-16 23:58:27 -07:00
UnKnoWn
90c1314b59
Fixing default tab
2017-05-17 14:56:22 +08:00
Johnny Ding
0093b2bf4f
Merge pull request #76 from sharkykh/fix-file-list
...
Fix padding for single file in torrent file list
2017-05-16 23:53:43 -07:00
Johnny Ding
c5e76b17b6
Merge pull request #93 from sharkykh/tracker-link-style
...
Put tracker URL in <kbd>
2017-05-16 23:52:33 -07:00
UnKnoWn
cfb3fafd64
Merge remote-tracking branch 'refs/remotes/nyaadevs/master'
2017-05-17 14:51:47 +08:00
Johnny Ding
de5a15b9a0
Merge pull request #88 from nyaadevs/commonmark
...
Switch marked to commonmark
2017-05-16 23:51:23 -07:00
Ricardo Ribeiro
192777c462
Fix typo
2017-05-17 07:31:31 +01:00
Ricardo Ribeiro
88dc797d87
Replace spacebars for tabs
2017-05-17 07:30:03 +01:00
Ricardo Ribeiro
c7ae533034
Fix torrent view text overflowing
2017-05-17 07:29:46 +01:00
Kfir Hadas
d27dd7eb51
Put tracker URL in <kbd>
...
Looks nicer
2017-05-17 09:23:52 +03:00
aldacron
f27cf17478
added timeout to import and sync es
2017-05-16 23:15:48 -07:00
aldacron
6ad43bbcaa
Reverted previous commit for mapping
2017-05-16 22:53:03 -07:00
aldacron
b2a7b49757
changed es mapping to disable fields that don't need querying
2017-05-16 22:12:58 -07:00
queue
4a777376a2
import_to_es: fix put_settings not being strings
...
annoying.
2017-05-16 23:06:07 -06:00
queue
c4dbbdae7b
import_to_es: munge refresh_interval for speed
2017-05-16 23:00:58 -06:00
queue
e38fe2575a
sync_es.py: bulk actions per binlog event
...
mainly helps with the stat updates, that come in
a single INSERT VALUES (...) ON CONFLICT UPDATE event,
which helpfully translates to a bulk index event.
It seems like elasticsearch should still be buffering that up
internally, so maybe the refresh_interval: 30s change will help
more than this.
2017-05-16 22:47:34 -06:00
UnKnoWn
1f63cdea0a
Update forms.py
2017-05-17 05:40:30 +08:00
UnKnoWn
a0f6f93a80
Include style for the new tabs in profile page
2017-05-17 05:37:06 +08:00
UnKnoWn
f044170acb
Update profile.html
2017-05-17 05:35:01 +08:00
UnKnoWn
1ac211276e
Added tabs to make profile more organized
2017-05-17 05:19:00 +08:00
UnKnoWn
6792716903
Current password required for all profile action
...
Current password is required for all actions on profile (email change, password change, any to be added later, etc...)
2017-05-17 05:13:55 +08:00
UnKnoWn
1fb249be35
Enforce password check on email change
...
Updated route handler to enforce current password check on all account details.
2017-05-17 05:10:25 +08:00
Johnny Ding
e530e28bbd
Merge pull request #77 from nyaadevs/pinned-tab
...
Add Safari pinned-tab icon
2017-05-16 13:06:12 -07:00
Johnny Ding
033e83562f
Merge pull request #79 from nyaadevs/legacy-args
...
Support legacy arguments in search route
2017-05-16 13:04:52 -07:00
Nazo
2523201757
Use spaces instead of tabs
2017-05-16 21:32:54 +03:00
Nazo
6f61970559
Switch marked to commonmark
2017-05-16 21:29:22 +03:00
UnKnoWn
eedc6c170d
Added tabs to make profile more organized
2017-05-17 02:00:01 +08:00
Anna-Maria Meriniemi
6cda661554
Merge pull request #81 from Ricardo1991/master
...
Add full torrent name to link "title"
2017-05-16 17:11:13 +03:00
Ricardo Ribeiro
d8ef29755e
Remove trailing spacebar on search_results
2017-05-16 15:08:47 +01:00