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

34 commits

Auteur SHA1 Message Date
kilo 42302a0c7b Delete 13.png 2017-07-07 18:02:03 +02:00
kilo e9d764dd9e Delete 12.png 2017-07-07 18:02:03 +02:00
kilo f8ef4cfe62 Delete 9.png 2017-07-07 18:02:02 +02:00
kilo 894ee6b16b Delete 8.png 2017-07-07 18:02:01 +02:00
kilo c07e8bc3b1 Delete 7.png 2017-07-07 18:02:00 +02:00
kilo 36f4beacdd Delete 6.png 2017-07-07 18:02:00 +02:00
kilo 054e5bc2a6 Delete 4.png 2017-07-07 18:01:58 +02:00
kilo d6985d7d0b Delete 2.png 2017-07-07 18:01:57 +02:00
kilo 64e2cc9944 Delete 16.png 2017-07-07 18:01:56 +02:00
kilo b43cbdd187 Delete 15.png 2017-07-07 18:01:55 +02:00
kilo 8828065fed Delete 13.png 2017-07-07 18:01:54 +02:00
kilo 14a4061734 Delete 11.png 2017-07-07 18:01:53 +02:00
kilo b03e608132 Delete 10.png 2017-07-07 18:01:52 +02:00
kilo bbd7692404 Add files via upload 2017-07-07 18:01:23 +02:00
kilo 4be2c7959c Delete 1.png 2017-07-07 18:00:37 +02:00
akuma06 e2f3507069 Some html fixes 2017-07-04 01:15:43 +02:00
Ramon Dantas d8e17478f8 Country flags (language) for torrents. (#970)
* Add flags for torrents

Add a new field, .Language, to the Torrent model, and a new package,
torrentLanguages, which maps languages to flags. Added also a flag icon pack
from googlei18n/region-flags, with (mostly) public domain flags from Wikipedia.

* Optimize flags

* Use FlagSprites CSS instead of .png files

* Only use flags for languages we support

* Add test for CSS flags

Ensure that we have all the flags for the languages we support.

* Add AdditionalLanguages field to config

This allows us to support additional languages for new uploaded torrents,
even if we have no translation for it.

* Minor CSS fix

* Add "other" and "multiple" torrent languages

Also removed the TorrentLanguage struct, as it wasn't much useful.

* Fix test

* Add colspan=2 to category when language is empty

Also hide the language column if empty.

* Add lang field to search.

Hopefully it works with Elasticsearch as well, but I haven't tested
(lol Java)

* Add language field to ES index and settings

* Add language column to JS template

* Add keyword type to language ES field

* Remove 'raw' from keyword

* Set "simple" analyzer on language

* Document .Language field on Torrent model
2017-06-12 09:14:26 +10:00
kipukun c9e480167b Make the 404 page a little less shitty (Fixes issue 893) 2017-06-05 13:52:28 -04:00
MMP0 341bb5c152 Clean mafuyu.svg (#913)
* Clean mafuyu.svg

* Update mafuyu.svg
2017-06-05 08:43:43 +10:00
kipukun 70bf313353 sukebei but it isn't tested WOO (#807)
* sukebei but it isn't tested WOO

* actually make it work lmao
2017-05-29 16:23:46 +10:00
Eliot Whalan db50865d48
optipng small logo 2017-05-27 18:14:47 +10:00
kipukun 424633631c More frontend shit (#731)
* Torrent Mass Edit Api (WIP)

* Torrents can be deleted in mass from frontend with api post request
* Torrents status can be edited from frontend with api post request
-- Look to function doc for more info on how to use it

It is a WIP so it might not work =D

* Finished Mass mod Api

As per suggestion of @yiiTT in #720, I added:
* Changing torrents category
* Deletion of reports with deletion of a torrent
* Changing owner of multiple torrents

Commit also add some new translation strings.

* Make some changes

* Reports can now be cleared for the torrents selected without having to
delete them
* Users with no admin rights can't delete reports

* Fix moveto to status

moveto deprecated in api

* Tested and works!

Changes:
* Updates only the colomns of torrent table
* Moved categories config in config/torrents.go

* Make sort arrows look a lot nicer

* Add search icon into search input

* Work on navbar, fix it on mobile view

* Hide mascot on mobile views

* Make torrent view work on mobile + minor improvements

* Add status and various things to view

* ACTUALLY FINISH VIEW PAGE

* Forgot this file in last commit

* wow user profile was easy

* Work on profile page

* remove language option

* SEO improvement

* forgot the fucking bracket

* make description more weeb

* add irony

* add better irony

* Update README.md

* Make sort arrows look a lot nicer

* Add search icon into search input

* Work on navbar, fix it on mobile view

* Hide mascot on mobile views

* Make torrent view work on mobile + minor improvements

* Add status and various things to view

* ACTUALLY FINISH VIEW PAGE

* wow user profile was easy

* Work on profile page

* remove language option

* SEO improvement

* forgot the fucking bracket

* make description more weeb

* add irony

* add better irony
2017-05-25 02:20:30 +02:00
kipukun 58631c6bd4 Optimized the site (#725)
* Try to optimize site

* lmao woops

* fucking woops again
2017-05-24 16:57:48 +10:00
kipukun e9825a2683 Frontend rewrite (DONE) (#723)
* Remove Bootstrap and Jquery, and create basic nav

* More improvements to navbar, as well as work on _badgemenu

* Complete navbar HTML, obviously it still looks horrendous

* Change layout on torrent table, using grids.

* Remove Bootstrap and Jquery, and create basic nav

* More improvements to navbar, as well as work on _badgemenu

* Complete navbar HTML, obviously it still looks horrendous

* Change layout on torrent table, using grids.

* HOLY FUCK INDEX IS /DONE/

* DO UPLOAD PAGE, DELETE OLD SHITTY CSS

* Complete login page

* Remove Bootstrap and Jquery, and create basic nav

* More improvements to navbar, as well as work on _badgemenu

* Complete navbar HTML, obviously it still looks horrendous

* Change layout on torrent table, using grids.

* Remove Bootstrap and Jquery, and create basic nav

* More improvements to navbar, as well as work on _badgemenu

* Complete navbar HTML, obviously it still looks horrendous

* HOLY FUCK INDEX IS /DONE/

* DO UPLOAD PAGE, DELETE OLD SHITTY CSS

* Complete login page

* Begin work on profile page

* fucking git, man

* Damn, that looks sexy

* Complete login and register pages, include very minimal grid system, and delete all of view template

* Do view page!

* Finish view even more

* Fix dates and filesizes in torrent table

* Improve comment/captcha input

* Actually add magnet and torrent buttons

* Add open-iconic instead of fontawesome

* Improve user side-panel

* Rename Category_* to CategoryName

* Beginning to finish up

* Implement themes and add basic mobile support to front page

* Fix some slight color errors

* Fix captcha on dark

* magnet and torrent links on view
2017-05-24 14:20:51 +10:00
sfan5 af8bf6b843 Optimize sun & moon PNGs
Google was complaing about those...
2017-05-17 16:49:30 +02:00
sfan5 aa17bd55be Fix layout differences between day/night mode (fixes #493) 2017-05-17 16:47:30 +02:00
yiiT 0d81d92cba recompress PNG files (#574) 2017-05-17 21:16:49 +10:00
Eliot Whalan cf4e482046 Get sukebei working 2017-05-15 19:08:17 +10:00
yiiTT d9b2348734 Update Logo 2017-05-11 22:40:55 -05:00
yiiT 5fefe65f72 Add sukebei category images 2017-05-09 03:52:19 -05:00
reds 76ab31778e Added button that toggles nightmode+fixed a few things in CSS 2017-05-07 17:11:15 +01:00
Andrew Zhao c2606a37ed added custom 404 page 2017-05-06 23:59:45 -07:00
sfan5 6591d92e53 Better favicon crop 2017-05-07 00:54:44 +02:00
akuma06 b4da1000b3 Added User Registration View
Moved public files in public folder
2017-05-07 00:10:40 +02:00