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
aldacron
40c34e7df0
add stats as upsert in case of binlog not being sequential
2017-05-16 03:20:38 -07: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
Kfir Hadas
c691087730
Use formatted file size
...
since that what was used by Nyaa.
2017-05-16 12:34:58 +03:00
sharkykh
837ecde795
Wrap description in a CDATA tag
2017-05-16 12:34:58 +03:00
sharkykh
e2eb3fb33c
Category (main+sub)
2017-05-16 12:33:44 +03:00
sharkykh
d4621a23a7
Add bare torrent hash
...
lambda is probably not the best way to go,
suggestions for improvement are welcome!
2017-05-16 12:31:35 +03:00
sharkykh
3b87337c71
RSS: Add elements & refactor
...
description, size, seeders, leechers, downloads
2017-05-16 12:30:49 +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
aldacron
2005174358
finished up rss, changed rss behavior to include pre-defined trackers only, also cleaned up debug statements
2017-05-16 00:46:25 -07:00
martstern
a19666b495
shrink and put user_class menu and button on same line
2017-05-16 03:13:22 -04:00
aldacron
899aa01473
hooked up ES... 90% done, need to figure out how to generate magnet URIs
2017-05-15 23:51:58 -07:00
martstern
8a87ca93a5
styled user info better, show user class on profile
2017-05-16 00:20:40 -04:00
aldacron
c2c547e786
some more elasticsearch work, including index mapping and analyzer
2017-05-15 11:14:01 -07:00
martstern
eb59116429
allow admin to give trusted to users. show users their own info when logged in
2017-05-15 07:49:25 -04:00
Anna-Maria Meriniemi
b7a2aa78a4
Merge pull request #68 from sharkykh/fix-link-column-width
...
Fix 'Link' column header width
2017-05-15 12:16:43 +03:00
sharkykh
5c75424243
Fix 'Link' column header width
...
Set optimal width of 70px
2017-05-15 11:54:28 +03:00
queue
32b9170a81
es: add sync_es script for binlog maintenance
...
lightly documented.
2017-05-15 01:32:56 -06:00
TheAMM
7f767072cf
Fix icon spacing in torrent filelist
...
As noted in #66
2017-05-15 09:50:58 +03:00
Anna-Maria Meriniemi
7b78bcc80b
Merge pull request #66 from sharkykh/improve-file-list
...
Improve file list with directories and icons
2017-05-15 09:42:19 +03:00
sharkykh
6be5326f45
Reformat code some more
2017-05-15 09:37:02 +03:00
sharkykh
bd1a9f5cf4
Reformat
2017-05-15 09:34:22 +03:00
sharkykh
dd1f1b6834
Nicer looking file list (basic table)
2017-05-15 09:28:48 +03:00
queue
85ba16545f
es: fix highlighting without query term
...
I like highlighting.
2017-05-14 22:26:44 -06:00
Johnny Ding
8bca32a626
Merge pull request #50 from qqueue/elasticsearchin
...
elasticsearch-based search (WIP)
2017-05-14 20:06:33 -07:00
aldacron
c5d77f996b
Resolve #57
2017-05-14 17:43:56 -07:00
wranai
33d025c8c2
removed explodie as suggested
...
supposedly, it's banned on tokyotosho
2017-05-15 02:29:25 +02:00
TheAMM
2c013090e0
Replace newlines with html entities in torrent description
...
Fixes #60
On production, Cloudflare minifies our HTML which removes blank newlines from the source and therefore the description.
Replacing them with HTML entities fixes the problem.
2017-05-14 23:28:22 +03:00
TheAMM
16c30413dc
Remove extra b'e' in torrent generation
...
Fixes #45
Flexget checks for trailing data after bdecoding, which most decoders don't do - so this went unnoticed.
2017-05-14 20:14:49 +03:00
JSFernandes
7fd7d30722
Remove sourceMappingURL from bootstrap-dark.min.css
...
Some browsers, such as Firefox 53.0 try to download the specified file,
to improve development experience. Since we don't host this file, some
users were making a request resulting in 404 when loading the page in
dark mode.
2017-05-14 15:24:20 +01:00