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

2941 commits

Auteur SHA1 Message Date
kilo f072108c0b Update badgemenu.jet.html 2017-08-02 22:06:23 +02:00
kilo a6d0e945fa Update main.css (#1323) 2017-08-02 20:58:37 +02:00
Myrmece 518f59d089 Updated translation. (#1322) 2017-08-02 19:35:16 +02:00
kilo 4d1524e6a9 Remove href of dark mode toggle (#1317)
* cursor: pointer

* remove href

* add domain

* Update main.css

* Update main.css

* Update main.css

* Update search.jet.html

* Update tomorrow.css

* Update main.js

* Update base.jet.html

* less margin-bottom on torrent name for mobiles
2017-08-02 19:34:53 +02:00
MMP0 5632f8eab4 Update Japanese translation (#1318)
* Update ja-jp.all.json

* Update ja-jp.all.json

* Update ja-jp.all.json

* Update ja-jp.all.json

* Update ja-jp.all.json
2017-08-02 19:34:32 +02:00
kilo a6a7f26a42 Keep search content and keep refine open in no_results page (#1319)
* Update search.go

* Improvement

You don't actually need to set a variable type. Golang infers it from the right side of the equal :).
I needed in templates to do that since I need to use it in conditions. But since you removed the condition, it's not necessary
2017-08-02 19:34:17 +02:00
kilo 3b9574f648 Update torrent_item.jet.html (#1320) 2017-08-02 19:33:53 +02:00
kilo c5fd68aa76 Remove browser outline for refine button & more blue (#1321)
* remove browser outline

* blue color & white text for g.css
2017-08-02 19:32:55 +02:00
akuma06 d0a647bf8e fix travis error 2017-08-02 18:04:44 +02:00
akuma06 94097dc2bb Fixing Double anidbID (shoud also fix twice flags) + removed pointer to config in functions. We have a singleton so don't need to pass it as argument 2017-08-02 17:12:52 +02:00
akuma06 78f8b90129 Added comments on mod route +delete all tags link (#1316) 2017-08-02 15:06:34 +02:00
kilo caed944f4f Use the available space of refine for language (& future anidex stuff) if enough space (#1314)
* CSS stuff

* HTML stuff

* Update main.css

* Update main.css

* pin refine button to bottom

* changes needed to pin refien button

* Update main.css

* Update search.jet.html

* Update main.css

* Update search.jet.html

* Update main.css

* pin refine button and language list to the right

* better spacing

* Update main.css
2017-08-02 22:01:43 +10:00
Lamppostmanufacturer 6f33e68a68 Typo (#1311) 2017-08-02 22:01:31 +10:00
Lamppostmanufacturer 3af141f852 Update de-de.all.json (#1310)
* Update de-de.all.json

* Update en-us.all.json
2017-08-02 22:01:24 +10:00
kilo 78623ce71a Fix spacing of a link in footer, comments added, enhancements of toggle dark theme JS (#1307)
* Update main.js

* Update main.js

* add theme2

* Update main.js
2017-08-02 22:01:02 +10:00
ewhal 34a6961c0e Merge pull request #1304 from NyaaPantsu/tags
Initial Tag System [done]
2017-08-02 21:59:26 +10:00
akuma06 7f40176f28 Removing errors block 2017-08-01 23:45:07 +02:00
akuma06 b9a1ab9d4c Fix for listing 2017-08-01 23:41:46 +02:00
akuma06 0db143d685 Possibility to add tags from edit panel + upload 2017-08-01 23:38:13 +02:00
akuma06 bd959764f3 fixed counter 2017-08-01 15:38:09 +02:00
akuma06 b16e76d0b6 Fix for ajax query + uniformize api response 2017-08-01 14:47:27 +02:00
akuma06 ba476185d3 fix form variable not defined error 2017-08-01 14:21:05 +02:00
akuma06 46c105362d fix hiding voting tag for anon 2017-08-01 14:12:17 +02:00
akuma06 a6f1407a2d Forgot this conflict 2017-08-01 14:04:29 +02:00
akuma06 0891c3eca4 forgot the space 2017-08-01 14:03:19 +02:00
akuma06 6ba6117b8d Merge branch 'tags' of https://github.com/NyaaPantsu/nyaa into tags 2017-08-01 13:56:04 +02:00
akuma06 e68637198f Add ajax tag post + improved the way templating works 2017-08-01 13:54:01 +02:00
kilo 7508bc24f1 Hiding pending tag for anon (#1306)
* Update main.css

* Update tomorrow.css

* Update torrent.go

* Update tag.go

* Update torrent.go

* Update view.jet.html

* adding the S

* fix color for sukebei

* better padding for download buttons
2017-08-01 13:45:06 +02:00
akuma06 3bd6a0ab8f Add comments
Add modified torrent models + comments on Contains and HasAccepted function
2017-08-01 11:17:25 +02:00
kilo 3708647c73 Not showing torrents with invalid categories in listing (#1302)
* Show "unknown" category if name is empty (invalid)

* Don't show torrent in listing if invalid category
2017-08-01 00:57:56 +02:00
kilo 5e95b57958 Make file list indent work across all browsers & some other css stuff (#1303)
* Update treeview.jet.html

* Update treeview.jet.html

* Update main.css

* Update main.css

* Update main.css

* Update main.css

* Update torrents.jet.html

* Update main.css

* Update main.css

* Update main.css

* Update search.jet.html

* Update main.css

* Update main.css

* Update main.css

* Update main.css

* Update main.css

* Update main.css

* Update tomorrow.css

* Update main.css

* Update main.css

* Update main.js

* Update main.js

* Update main.js

* Update main.css

* Update main.css

* Update main.js

* Update base.jet.html

* Update main.js
2017-08-01 00:57:31 +02:00
kilo b21a09b9d4 Cleaning after akuma (#1305)
* Update view.jet.html

* Update tag.jet.html
2017-08-01 00:45:15 +02:00
akuma06 a456abe06e Adds a calllback function on type to update anidbid when a tag is accepted 2017-08-01 00:05:30 +02:00
akuma06 6f983260ae Remove cache on empty results query 2017-07-31 19:25:09 +02:00
akuma06 088612bed3 Parentheses for tag weight 2017-07-31 18:34:57 +02:00
akuma06 1697542143 CSS Rule: Anon can't vote 2017-07-31 18:33:27 +02:00
akuma06 6aa6e9d95f Added check on userID > 0 + links are more stylish 2017-07-31 18:29:43 +02:00
akuma06 a38f79eaf5 Merge branch 'dev' into tags 2017-07-31 17:15:32 +02:00
akuma06 7bd3b176c0 add css tags 2017-07-31 17:13:48 +02:00
kilo 39d5f405a7 Minimum width for the whole website, much better look for header under tight screens (#1301)
* Css changes

* Better outline for refine button in g.css

* remove hide-xs class from category in header

* Forgot a ;

* User menu alignement on low width

* same as above

* Update main.css

* Update main.css

* Update main.css

* Update main.css

* Update main.css

* Padding enhancement for "Sign in" link and avatar

* Update main.css
2017-07-31 13:13:57 +02:00
akuma06 93a2c5b98e add validator package 2017-07-31 03:23:21 +02:00
akuma06 32e6c8cb88 Don't need repotoken for public repo 2017-07-31 03:20:09 +02:00
akuma06 755016d4e6 forgot "=" 2017-07-31 03:17:54 +02:00
akuma06 6e5be0f7f1 Tags no-js works + less sql in Development mode + debug tool 2017-07-31 03:15:37 +02:00
MMP0 d77b69e613 Update Japanese translation (#1300)
* Update ja-jp.all.json

* Fix syntax error(?)

* Update ja-jp.all.json

* Update ja-jp.all.json

* Update ja-jp.all.json

* Update ja-jp.all.json

* Update ja-jp.all.json

* Update ja-jp.all.json
2017-07-30 12:52:26 +10:00
kilo 207d72910c different behavior for refine JS (#1299) 2017-07-30 12:52:16 +10:00
kilo 99ef901dc2 Fix CSS line that did not apply (#1298)
* fix missing ; and change of color

* different color for /g/ refine button
2017-07-30 12:52:01 +10:00
Myrmece 526e148dd0 Updated translation. (#1297) 2017-07-30 12:51:49 +10:00
akuma06 fe2c128e44 Added form to add tags on view 2017-07-30 03:29:09 +02:00
akuma06 d2339e9a43 Merge branch 'dev' into tags 2017-07-30 02:16:38 +02:00