Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Graphe des révisions

2718 commits

Auteur SHA1 Message Date
kilo
e3606bf91b Align search icon with refine text, fix display of category in preview on mobile, better padding on .box for mobile (#1218)
* Update main.css

* fix category image of preview torrent that got cropped at lower res

* padding on mobile

* remove css
2017-07-17 13:19:41 +02:00
ewhal
a823c5244c Merge pull request #1214 from Kiloutre/patch-6
Fix language list value and name & add a different nyanpasu if user is logged & h-user less wide
2017-07-17 11:33:54 +10:00
ewhal
13401a314e Merge pull request #1216 from NyaaPantsu/controllers-refactor
Controllers refactor
2017-07-17 11:32:35 +10:00
kilo
8c35b02790 Update faq.jet.html 2017-07-16 21:17:40 +02:00
kilo
4962091829 rollback that 2017-07-16 18:28:51 +02:00
kilo
2b7f847018 further space saving 2017-07-16 18:26:18 +02:00
kilo
0d80b64df6 same here 2017-07-16 17:37:23 +02:00
kilo
0a6ce25b30 nice commit while im editing files ;-; 2017-07-16 17:36:17 +02:00
kilo
bab885d7a2 add new nyanpassu in js 2017-07-16 17:35:18 +02:00
kilo
329eb6f073 add new nyanpasu in html 2017-07-16 17:35:17 +02:00
akuma06
fb56fdafc1 Merge branch 'refactor' into controllers-refactor 2017-07-16 17:30:01 +02:00
akuma06
ee95510242 Template refactor (#1212)
* Template rafactor

Now templates go files are in /templates in a templates package. Controllers only have controller files

* Fix template test. Forgot I moved ReassignForm
2017-07-16 17:20:35 +02:00
akuma06
ff35c500dd Renaming static.go to router.go for consistency 2017-07-16 17:19:40 +02:00
akuma06
644d111c9a Replace controllers.DBDumpPath to databasedumpsController 2017-07-16 17:15:57 +02:00
akuma06
2c8344faf9 Controllers are now separated
They are in different folders and all loaded in controllers/router.go.
This means that you only have to create a folder with a router.go file and import this folder in main router.go to add a handler.
2017-07-16 17:14:21 +02:00
kilo
3bf8f2bd1d Fix language list value and name 2017-07-16 16:03:28 +02:00
akuma06
eb5ded4a27 Fix template test. Forgot I moved ReassignForm 2017-07-16 15:42:15 +02:00
akuma06
296e5f8e06 Merge branch 'refactor' into template-refactor 2017-07-16 15:38:18 +02:00
akuma06
2f7a6b8c45 Template rafactor
Now templates go files are in /templates in a templates package. Controllers only have controller files
2017-07-16 15:35:24 +02:00
ewhal
f1fac3a394 Merge pull request #1210 from Kiloutre/patch-3
Proper alignement on japanese language, bigger search icon
2017-07-16 22:54:36 +10:00
kilo
c3b2b0fbe9 update torrent lang once load is done (didn't work in Chrome before) 2017-07-16 14:41:24 +02:00
kilo
ea73b3eb9c Update main.css 2017-07-16 14:28:59 +02:00
ewhal
dce8bd1ab8 Merge pull request #1209 from Kiloutre/patch-2
properly align torrent & magnet icon again
2017-07-16 22:27:17 +10:00
kilo
2caf241962 slight lower height 2017-07-16 14:21:26 +02:00
kilo
e6f3121527 Update main.css 2017-07-16 14:00:41 +02:00
ewhal
40877ac7af Merge pull request #1208 from Kiloutre/patch-1
remove grayscale that looked pretty bad
2017-07-16 21:53:23 +10:00
kilo
3185bd1892 Update main.css 2017-07-16 13:45:28 +02:00
ewhal
8b2b8e83e2 Merge pull request #1205 from Kiloutre/patch-5
fix 500 error in settings & some other things
2017-07-16 21:02:49 +10:00
kilo
acda05449e this will be done in JS 2017-07-16 12:52:58 +02:00
kilo
e1d030c500 Update kilo.js 2017-07-16 12:51:00 +02:00
PantsuDev
79f0213345 Fixes #1206 2017-07-16 20:40:28 +10:00
ewhal
c1acbdb2ff Merge branch 'refactor' into patch-5 2017-07-16 20:21:00 +10:00
kilo
9c1ab7cb9e fix typo in FAQ 2017-07-16 11:31:10 +02:00
kilo
5da5133e15 Update view.jet.html 2017-07-16 11:23:32 +02:00
kilo
2ac74c6382 Update main.css 2017-07-16 11:23:13 +02:00
kilo
9f0ff6ecc0 prevent textarea from overflowing
it didn't have a max width before
2017-07-16 11:07:54 +02:00
kilo
3ed5ba0f17 that wasn't up to date with refactor 2017-07-16 10:56:09 +02:00
kilo
6fb632c696 fix "api doc" link that was broken 2017-07-16 10:55:19 +02:00
kilo
8fa9911ccf double the scrolling speed of the faq notice
it was slow as balls
2017-07-16 10:49:28 +02:00
kilo
42657584ff Translation that was missing for torrent_colors 2017-07-16 10:47:38 +02:00
kilo
4c3894c92e add max-width to Show: form 2017-07-16 10:41:26 +02:00
kilo
dc773a8eec fix top column's width css rule that didn't apply 2017-07-16 10:27:41 +02:00
PantsuDev
913028f529 Comply with JS styling recommendations 2017-07-16 14:43:09 +10:00
PantsuDev
7ba2887021 Update faq and add link to apidocs 2017-07-16 13:55:18 +10:00
PantsuDev
669edce070 Direct to torrent after comment 2017-07-16 10:59:25 +10:00
akuma06
8f7113a3e6 Fixing great bug on vars jetMap 2017-07-16 00:51:13 +02:00
akuma06
8641d8fd61 Fixing template tests 2017-07-16 00:38:07 +02:00
akuma06
3165f279af Fixing test issue 2017-07-16 00:23:11 +02:00
akuma06
7104847af4 Improved a bit kilo.js 🐤 2017-07-16 00:17:44 +02:00
kilo
de45e8a861 show one torrent above & under the previewed one 2017-07-15 22:39:51 +02:00