1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 23:36:54 +02:00
Commit graph

105 commits

Author SHA1 Message Date
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
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
Kfir Hadas
d27dd7eb51 Put tracker URL in <kbd>
Looks nicer
2017-05-17 09:23:52 +03: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
Ricardo Ribeiro
d8ef29755e Remove trailing spacebar on search_results 2017-05-16 15:08:47 +01:00
Ricardo Ribeiro
1f0f8cbeae Add full torrent name to link "title"
Now on ElasticSearch results as well
2017-05-16 14:49:15 +01:00
TheAMM
dcad0572c5 RSS: add a simple one-hour Cache-Control 2017-05-16 15:59:03 +03:00
aldacron
99b59e57f5 revert motd, need to fix es 2017-05-16 04:27:36 -07:00
Nathan Yam
2faeb51550 Add vendor prefixes 2017-05-16 21:20:12 +10:00
aldacron
1924a2fa85 Updated MOTD for ES enabling 2017-05-16 04:12:55 -07:00
Nathan Yam
0f9336cac5 Format css nicely 2017-05-16 21:12:19 +10:00
Nathan Yam
d3a4809cb9 Fix text content length 2017-05-16 20:29:37 +10:00
Nathan Yam
51b93004d0 Fix the order to match desktop 2017-05-16 20:01:38 +10:00
Kfir Hadas
dbd3229956 PEP8 routes.py (E501) 2017-05-16 12:56:12 +03:00
Nathan Yam
36416a3597 Fix search bar presentation
Need to fix filters and categories though. Looks
terrible.
2017-05-16 19:53:38 +10:00
Kfir Hadas
2c9ed4cb94 PEP8 search.py (E501) 2017-05-16 12:52:48 +03:00
Kfir Hadas
4e9409fb30 AutoPEP8 (after elasticsearch merge) 2017-05-16 12:47:06 +03:00
sharkykh
9ac56ba3d7 AutoPEP8 2017-05-16 12:43:55 +03:00
sharkykh
60b7029fcc Remove merge conflict indicators 2017-05-16 12:43:33 +03:00
sharkykh
571b7f2930 Ignore routes import line 2017-05-16 12:43:33 +03:00
sharkykh
5e60847cb6 More E501 line too long - multiple files
nyaa/backend.py:75
nyaa/forms.py:129,175
nyaa/models.py:88
2017-05-16 12:43:33 +03:00
sharkykh
a3be6ee89f PEP8 api_handler.py (E501)
E501 line too long
2017-05-16 12:43:33 +03:00
sharkykh
b0325bc681 PEP8 api_handler.py (E265, E266)
E265 block comment should start with '# '
E266 too many leading '#' for block comment
2017-05-16 12:43:33 +03:00
sharkykh
beb5be9989 8: PEP8 routes.py (E265, E266, E713)
E265	block comment should start with ‘# ‘
E266	too many leading ‘#’ for block comment
E713	test for membership should be ‘not in’
2017-05-16 12:43:33 +03:00
sharkykh
1b99908283 PEP8 routes.py (E501)
line too long
2017-05-16 12:42:32 +03:00
sharkykh
a79c0f8a93 PEP8 (a run of lint.sh) 2017-05-16 12:42:12 +03:00
nyaadev0
472b78bac1 Support legacy arguments in search route 2017-05-16 04:27:13 -05:00
nyaadev0
a87c192435 Add Safari pinned-tab icon 2017-05-16 04:11:02 -05:00
Kfir Hadas
261490daa7 Fix padding for single file in torrent file list 2017-05-16 11:53:13 +03:00
aldacron
00c768c722 merged elasticsearch, let's hope this doesn't break shit 2017-05-16 01:28:55 -07:00
aldacron
1d0177480e updated time display 2017-05-16 01:04:08 -07:00