sfan5
3eda7c3b9c
Fix upload page (@ewhal pls)
2017-05-15 19:32:37 +02:00
sfan5
cb455113cc
Various fixes ( #521 )
...
* Re-add old uploader name to view page
* Update zh-CN translation (fixes #519 )
* Nicer text boxes in night mode (closes #515 )
* Fix max results defaulting to 5 (fixes #488 )
* Add link back to nyaa on sukebei (fixes #255 and #437 )
* Fix visual bug with pt-BR translation (fixes #427 )
2017-05-15 21:55:16 +10:00
PantsuDev
a7ca3a2982
Merge pull request #522 from Myrmece/patch-3
...
Updated translation.
2017-05-15 21:52:51 +10:00
Myrmece
244039dbcc
Updated translation.
2017-05-15 12:59:57 +02:00
Eliot Whalan
199f141f0c
Merge branch 'dev' of https://github.com/ewhal/nyaa into dev
2017-05-15 19:09:17 +10:00
Eliot Whalan
b927bbfbd4
Change config to use torrents by default
2017-05-15 19:09:05 +10:00
Eliot Whalan
cf4e482046
Get sukebei working
2017-05-15 19:08:17 +10:00
PantsuDev
fc74cbc490
Merge pull request #520 from sisimouto/dev
...
trans: More update for th-th
2017-05-15 18:59:37 +10:00
PantsuDev
3bf8f85980
Merge pull request #518 from yueou/dev
...
Update zh-cn and _captcha.html
2017-05-15 18:59:25 +10:00
sisimouto
a7a789e06e
Update th-th.all.json
2017-05-15 17:20:44 +09:00
Eliot Whalan
7d5369cfe1
Make table name for torrents selectable
2017-05-15 16:24:06 +10:00
xqm
e8e90d4236
Update zh-cn and captcha
2017-05-15 13:25:18 +08:00
xqm
d33b02d93c
Merge remote-tracking branch 'refs/remotes/ewhal/dev' into dev
2017-05-15 12:35:02 +08:00
PantsuDev
8f38e2394a
Update README.md
2017-05-15 11:22:28 +10:00
PantsuDev
751587ef84
Merge pull request #513 from majestrate/new-database
...
New database Abstraction Layer (WIP)
2017-05-15 11:18:46 +10:00
PantsuDev
a4a72a3346
Merge pull request #477 from ElegantMonkey/dev
...
MetainfoFetcher and file lists
2017-05-15 11:16:22 +10:00
PantsuDev
fbe229eb51
Merge pull request #514 from sisimouto/dev
...
trans: Update th-th.all.json
2017-05-15 11:05:10 +10:00
sisimouto
7b34b047f5
Update th-th.all.json
2017-05-15 09:27:55 +09:00
ElegantMonkey
b9904161f0
Only show added message if actually added to queue
2017-05-14 21:21:04 -03:00
ElegantMonkey
df2c9bc2f7
Fix conflicts
2017-05-14 21:19:29 -03:00
SpamNeko
0c9cdfa8bf
Sorting arrows on table headers ( #504 )
...
* Sorting arrows on table headers
* Better arrows and seperate S/L/D columns
2017-05-14 19:01:04 -05:00
Jeff Becker
8dbb34c8a1
fix
2017-05-14 19:51:19 -04:00
Jeff Becker
9663ed3afe
remove uneeded function from interface
2017-05-14 19:46:33 -04:00
Jeff Becker
449cec15ac
make it compile
2017-05-14 19:43:07 -04:00
Jeff Becker
431a0c3748
add new db interface beginnings
2017-05-14 19:31:17 -04:00
PantsuDev
64ea0df4ee
Merge pull request #506 from Atvaark/defaultlanguage
...
Replace 'en-us' literals with the default language
2017-05-15 09:27:32 +10:00
Jeff Becker
3a97c9b32e
Merge remote-tracking branch 'origin/dev'
2017-05-14 19:25:15 -04:00
PantsuDev
727c1a8211
Merge pull request #511 from watchoutfortanelidaizvatanenthepublicen/patch-2
...
[tl] small edits
2017-05-15 08:55:06 +10:00
ElegantMonkey
3dced6fdf0
Use Mutex when modifying failedOperations, add exponential cooldown
...
Just to be safe, won't allow concurrent goroutines to modify the map.
The exponential cooldown prevents newer torrents with no seeds
blocking older ones with seeds, when there are enough failures that a
cooldown event would fill the queue with only failed torrents.
2017-05-14 19:30:56 -03:00
watchoutfortanelidaizvatanenthepublicen
630d8b3773
Update it-it.all.json
2017-05-15 00:23:35 +02:00
watchoutfortanelidaizvatanenthepublicen
91d9f89783
Update it-it.all.json
2017-05-15 00:16:55 +02:00
watchoutfortanelidaizvatanenthepublicen
f04c62521c
[tl] small edits
2017-05-15 00:13:04 +02:00
akuma06
e248f3b932
Merge pull request #510 from mitki/patch-6
...
[TL] Update pt-br
2017-05-15 00:09:01 +02:00
akuma06
d2aa368c36
Fixed comma
2017-05-15 00:03:31 +02:00
Mitki
0eee216bce
[TL] Update pt-br
2017-05-14 18:50:14 -03:00
PantsuDev
914bf6cc28
Merge pull request #505 from Nirusu/dev
...
Update German translation and edit some idiomatic German
2017-05-15 07:46:13 +10:00
PantsuDev
5fa41ce61c
Merge pull request #508 from yiiTT/master
...
FAQ Tracker recomendation
2017-05-15 07:45:42 +10:00
PantsuDev
341bd37dfc
Merge pull request #509 from goonyaa/dev
...
[translations] update ru-ru
2017-05-15 07:45:23 +10:00
Mitki
4617c7cf29
[TL] Update pt-br
2017-05-14 18:45:06 -03:00
ElegantMonkey
a55cf2a803
Use NoCount version of GetTorrents
...
The normal GetTorrents version always called COUNT(*) on the query,
which consistently took around 300 ms. With the NoCount, the SELECT
queries take 5-50 ms.
2017-05-14 18:24:41 -03:00
ElegantMonkey
cae0026a67
Add fail cooldown
...
After a set cooldown, torrents that failed to be fetch will be able
to be fetched again. Set FailCooldown to -1 to disable.
2017-05-14 18:10:39 -03:00
GooNyaa
84a8f2668d
[translations] update ru-ru
2017-05-14 23:34:23 +03:00
yiiTT
ce569f82f2
FAQ Tracker recomendation
2017-05-14 15:27:44 -05:00
Atvaark
cd844aec45
Replace 'en-us' literals with the default language
...
This consolidates the places where a default language has to be set.
- Removed import of the 'userService' package into the 'languages' util
package
This was required to prevent a cyclic import between the two packages.
- Added a 'UserRetriever' interface to read the language setting of users
inside the 'languages' package
2017-05-14 22:10:07 +02:00
akuma06
953f67f18e
Merge pull request #503 from Myrmece/patch-2
...
Updated translation.
2017-05-14 21:50:16 +02:00
akuma06
2c8cf010b3
Merge pull request #501 from watchoutfortanelidaizvatanenthepublicen/patch-1
...
Untranslated sentences
2017-05-14 21:50:00 +02:00
ElegantMonkey
83de593a65
Exclude failed operations from query
...
Instead of loading more rows to compensate for failed operations,
exclude them at the query.
2017-05-14 16:47:48 -03:00
watchoutfortanelidaizvatanenthepublicen
59d08c105d
Update it-it.all.json
2017-05-14 21:45:16 +02:00
watchoutfortanelidaizvatanenthepublicen
184a6b8e3d
Update it-it.all.json
2017-05-14 21:33:25 +02:00
watchoutfortanelidaizvatanenthepublicen
d128981961
Update it-it.all.json
2017-05-14 21:32:37 +02:00