akuma06
|
e64a6c599c
|
Fixed test for structs
Seems like init function of other packages are not executed in tests
|
2017-07-06 22:38:40 +02:00 |
|
akuma06
|
03ded2e027
|
Changing catSelect Behavior
Return now Categories object instead of map[string]string.
Remove some debug log
|
2017-07-06 22:19:44 +02:00 |
|
akuma06
|
4d0c3a18c8
|
Fixing test for categories
|
2017-07-06 21:59:43 +02:00 |
|
akuma06
|
e54a2e59e2
|
Fixed alphabetical order for languages and categories
Also improved the name of exported functions for categories
|
2017-07-06 21:53:13 +02:00 |
|
PantsuDev
|
546dda2d5c
|
Fix incorrect flags in refine
|
2017-07-06 12:51:21 +10:00 |
|
PantsuDev
|
c2fe8aa99e
|
Fix /search/search bug
|
2017-07-06 11:56:52 +10:00 |
|
akuma06
|
f00e066b49
|
Improved caching to make it always pointer
|
2017-07-05 19:50:44 +02:00 |
|
akuma06
|
a4ac7ede9a
|
Added cache for ES request
|
2017-07-05 19:41:16 +02:00 |
|
akuma06
|
26ad505a41
|
Adding go cache dependency
|
2017-07-05 17:09:52 +02:00 |
|
akuma06
|
7a12d0807c
|
Caching of torrent listing and torrent view
|
2017-07-05 17:06:24 +02:00 |
|
akuma06
|
1a4b1b3303
|
Added protection on pprof
Use of our own pprof handlers
|
2017-07-05 15:17:59 +02:00 |
|
akuma06
|
7e22828cb3
|
Change to our own middleware for pprof
|
2017-07-05 14:40:05 +02:00 |
|
akuma06
|
2c0293470a
|
Added unique identifier + pprof
Unique identifier for torrent params with p.Identifier()
Added pprof support
|
2017-07-05 14:29:31 +02:00 |
|
akuma06
|
c8272b180b
|
Changed search functions name
Removing the search part of it since it is already the package name
|
2017-07-05 13:33:12 +02:00 |
|
kilo
|
f340314d62
|
Update main.css (#1109)
|
2017-07-05 15:31:06 +10:00 |
|
akuma06
|
1d4f900f8a
|
Merge pull request #1107 from NyaaPantsu/pr/1089
Pr/1089
|
2017-07-05 02:31:18 +02:00 |
|
akuma06
|
f7abfc53db
|
Merge branch 'refactor' into pr/1089
|
2017-07-05 02:28:48 +02:00 |
|
akuma06
|
8e543fd3cf
|
Update upload.jet.html
|
2017-07-05 02:28:01 +02:00 |
|
akuma06
|
faea14be2f
|
Merge pull request #1096 from Kiloutre/patch-4
Flag clickeable to get to flag search
|
2017-07-05 02:25:52 +02:00 |
|
kilo
|
5fbc8cca47
|
f to lang
|
2017-07-05 01:17:01 +02:00 |
|
kilo
|
d8e3720ccd
|
&f to &lang
|
2017-07-05 01:15:49 +02:00 |
|
akuma06
|
14ac34adcc
|
Merge pull request #1086 from NyaaPantsu/second-batch
Second batch of changes [done]
|
2017-07-05 00:43:47 +02:00 |
|
tomleb
|
f283dfc5ce
|
Reduce MaxOpenConn to increase performance (#1101)
|
2017-07-04 11:43:38 +10:00 |
|
tomleb
|
2319b67fef
|
Fix wrong totalhits value (#1103)
|
2017-07-04 11:43:09 +10:00 |
|
tomleb
|
fdff3ac019
|
Fix index outofbound (#1102)
* Fix converting invalid json coming from ES
* Fix wrong totalhits value
|
2017-07-04 11:31:40 +10:00 |
|
akuma06
|
487060c1a4
|
Forgot the login form test modification
|
2017-07-04 03:10:46 +02:00 |
|
akuma06
|
1e39f7df6b
|
Fixed csrf in mod
|
2017-07-04 03:09:12 +02:00 |
|
akuma06
|
fb6bcc68d7
|
Fixed torrentRequest function
|
2017-07-04 03:05:00 +02:00 |
|
akuma06
|
920e4069a1
|
Modified img size of error pages
|
2017-07-04 03:02:19 +02:00 |
|
akuma06
|
c3b3542bad
|
Changed Mark as Hidden
Strings need to be retranslated
|
2017-07-04 02:57:47 +02:00 |
|
akuma06
|
e4d4878d64
|
Added Missing test
|
2017-07-04 02:54:43 +02:00 |
|
akuma06
|
d74d337c25
|
Adding redirecto when login
|
2017-07-04 02:48:20 +02:00 |
|
akuma06
|
d4c245e256
|
Fixing torrent edit for user&admin
|
2017-07-04 02:40:54 +02:00 |
|
tomleb
|
76f08e99ae
|
Fix converting invalid json coming from ES (#1100)
|
2017-07-04 10:11:38 +10:00 |
|
akuma06
|
330ab06597
|
Adding upload of multi lang full support
|
2017-07-04 02:07:25 +02:00 |
|
akuma06
|
1796538c36
|
typo -_-"
|
2017-07-04 01:23:17 +02:00 |
|
akuma06
|
2a0c2be105
|
Forgot to add a test
|
2017-07-04 01:22:12 +02:00 |
|
akuma06
|
e2f3507069
|
Some html fixes
|
2017-07-04 01:15:43 +02:00 |
|
kilo
|
089d898b76
|
Update search.jet.html
|
2017-07-03 17:41:42 +02:00 |
|
kilo
|
ada9c3c8fb
|
add flag search in search refiner
|
2017-07-03 17:17:34 +02:00 |
|
akuma06
|
c23a86413d
|
Update listing.jet.html
|
2017-07-03 17:02:12 +02:00 |
|
8zIWLjcB
|
8469cdaa6a
|
Add css sprite support for category images (for real this time) (#1095)
* add torrent sprite
* fix sprite
* Delete index.png
* add sprite support in css
* fix sprite css
* Update main.css
* Add files via upload
* Delete index2.png
* update css to reflect filename change
|
2017-07-03 16:57:47 +02:00 |
|
kilo
|
fcb4499fd0
|
make comma disappear at the end
|
2017-07-03 16:36:08 +02:00 |
|
kilo
|
6d5181a024
|
Update main.css
|
2017-07-03 16:32:30 +02:00 |
|
kilo
|
7f1069167a
|
Update listing.jet.html
|
2017-07-03 16:29:15 +02:00 |
|
PantsuDev
|
a4f6ced19c
|
Fix dates thanks tomleb
|
2017-07-03 15:10:21 +10:00 |
|
kilo
|
8915485c7d
|
Update main.css (#1091)
|
2017-07-03 12:11:58 +10:00 |
|
PantsuDev
|
2204207dd9
|
fix rss
|
2017-07-03 11:41:45 +10:00 |
|
akuma06
|
d16871d91a
|
Fix rss magnet link
|
2017-07-03 02:37:36 +02:00 |
|
akuma06
|
5feec8748b
|
Profile edit page works now
|
2017-07-03 02:31:17 +02:00 |
|