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

1899 commits

Auteur SHA1 Message Date
Duckbitts 89a19d909f Update main.css 2017-05-29 15:11:00 +03:00
Duckbitts 81a16b1a39 Update index.html 2017-05-29 15:10:20 +03:00
Manaaja dc5850a7c2 Fixing the mascot
Added a class for the "Mascot" button. Added some pointer-events to make the "Mascot" button clickable when the window is narrow enough to make the mascot image overlap the button.
2017-05-28 22:14:38 +03:00
Eliot Whalan cdd382cd34
Merge branch 'dev' of https://github.com/NyaaPantsu/nyaa into dev 2017-05-28 19:57:38 +10:00
John Smith 8a5c4543f8
Less code. 2017-05-28 19:57:12 +10:00
John Smith 92c92e09c1
Prevent race condition.
It is possible for an os.Interrupt signal to be raised after
signals.RegisterCloser() and before startup of goroutine signals.Handle().

Race is prevented by synchronously calling signal.Notify().
2017-05-28 19:57:07 +10:00
Kilo d951fb9353 HTML up to specs (#804)
</img> doesn't exist so i removed it
also i added a / at the end of <img> because <br /> has it
2017-05-28 15:50:58 +10:00
hamper 1a608faa44 Add website link and remake flag to api (#797) 2017-05-28 14:22:39 +10:00
akuma06 7fae428bb2 Merge pull request #801 from NyaaPantsu/fix-style
Fixing for #791
2017-05-28 02:32:19 +02:00
akuma06 c533f5b398 Fixing for #791
Added a padding-right 20px in css
Added a js event listener on search box to dien it on focus and reduce
it on blur
2017-05-28 02:23:47 +02:00
akuma06 25c40d6d5c Merge pull request #798 from kipukun/frontend-bugs-2
Frontend bugs 2
2017-05-28 02:14:17 +02:00
akuma06 d586b490b4 Merge pull request #800 from NyaaPantsu/torrent-name-download
Torrent name when download
2017-05-28 02:11:25 +02:00
akuma06 0dc4bd3c9a Torrent name when download
New Download Torrent controller when dowloading a torrent
Route download need to be set the same as in TorrentStorageLink
2017-05-28 01:29:46 +02:00
kipukun 5c2dbe79cb Remove torrent button if no torrent file 2017-05-27 18:47:41 -04:00
kipukun 1a638c6293 Remove required from torrent name in upload 2017-05-27 18:45:28 -04:00
kipukun b03ae53455 merge results? babby's first git experience 2017-05-27 18:21:21 -04:00
kipukun 7618041182 Move footer in front of mascot 2017-05-27 18:18:45 -04:00
kipukun 425bfb4ef7 Small fix to see more torrents button's right width 2017-05-27 18:18:45 -04:00
kipukun 7007755166 Make account settings not look like dogshit 2017-05-27 18:18:45 -04:00
kipukun 2f78f61ade Fix mascot using wrong mp3 source 2017-05-27 18:18:45 -04:00
kipukun 05701f1c38 Fix dates and user torrent table 2017-05-27 18:18:44 -04:00
kipukun cdd6438e88 Fix pagination borders 2017-05-27 18:18:44 -04:00
akuma06 824cbcaa99 Just changed for displaying renchon 2017-05-27 18:18:43 -04:00
akuma06 77d4c3c8a8 Torrent Hidden Option (to test before merging)
* Added a check on username and userId when converting torrent to JSON
* Added a checkbox for hidden in modepanel, torrent user edit and upload
* Added a Hidden field bool in torrent model and upload form
2017-05-27 18:18:43 -04:00
Steindór ab2d4efead Account theme switcher (Pls merge) (#750)
* added pagination

* cleanup

* indentation fix

* fix

* Loads theme from context

* Basic theme switching working

* working properly

* Fuck golint tbqh

* united language and theme into one settings page

* made the settings page a little nicer

* fixed it so it works properly now

* removed parts of inline js and fixed bug

* removed remains of other theme switching method

* fixed very minor bug

* fix
2017-05-27 18:18:43 -04:00
akuma06 39bb69549c Merge pull request #787 from cfrank/updateFAQ
Update zer0day tracker.
2017-05-28 00:18:38 +02:00
akuma06 9af83c9dba Merge pull request #790 from bela333/patch-3
Updated strings in the Hungarian language file
2017-05-28 00:17:57 +02:00
kipukun 9e9c1a7aea Move footer in front of mascot 2017-05-27 18:16:14 -04:00
akuma06 84081e7ec5 Merge pull request #789 from NyaaPantsu/torrent-hidden-option
Torrent Hidden Option (to test before merging)
2017-05-28 00:14:27 +02:00
kipukun 90fbf50fb7 Small fix to see more torrents button's right width 2017-05-27 17:50:59 -04:00
kipukun 8cf1ce6119 Make account settings not look like dogshit 2017-05-27 17:47:52 -04:00
kipukun ea335c106a Fix mascot using wrong mp3 source 2017-05-27 17:33:52 -04:00
kipukun 5f37e7dad7 Fix dates and user torrent table 2017-05-27 17:19:43 -04:00
kipukun 3c10f9c48e Fix pagination borders 2017-05-27 16:48:04 -04:00
akuma06 2a9fb43432 Just changed for displaying renchon 2017-05-27 20:50:40 +02:00
bela333 87345d65bc Updated strings 2017-05-27 20:40:16 +02:00
akuma06 3775e9dfb5 Torrent Hidden Option (to test before merging)
* Added a check on username and userId when converting torrent to JSON
* Added a checkbox for hidden in modepanel, torrent user edit and upload
* Added a Hidden field bool in torrent model and upload form
2017-05-27 20:33:40 +02:00
Steindór 25562e0d54 Account theme switcher (Pls merge) (#750)
* added pagination

* cleanup

* indentation fix

* fix

* Loads theme from context

* Basic theme switching working

* working properly

* Fuck golint tbqh

* united language and theme into one settings page

* made the settings page a little nicer

* fixed it so it works properly now

* removed parts of inline js and fixed bug

* removed remains of other theme switching method

* fixed very minor bug

* fix
2017-05-27 12:08:47 -05:00
Chris Frank fda91b3eab Update tracker config 2017-05-27 13:05:22 -04:00
Chris Frank 448776f740 Update FAQ with updated zer0day tracker 2017-05-27 12:55:39 -04:00
tomleb d485ae65fc Merge pull request #785 from tomleb/elastic_fix
Fix uploader id search missing space
2017-05-27 09:26:40 -04:00
tomleb aeb1b5e69e Fix uploader id search missing space 2017-05-27 09:07:10 -04:00
MMP0 f338cab4fe Fix torrent info tables (#782)
* Fix torrent info tables

* Fix torrent info tables

* Update view.html

* Update main.js

* Update view.html

* Update view.html

* Update view.html

* Update main.css

* Update main.css

* Update view.html

* Update main.css
2017-05-27 22:14:14 +10:00
Myrmece 78255d1b96 Updated translation. (#784) 2017-05-27 22:12:19 +10:00
Eliot Whalan 57980a8ebc
make rss feeds properly validate 2017-05-27 22:05:24 +10:00
Eliot Whalan c6988ccad1
Merge branch 'dev' of https://github.com/NyaaPantsu/nyaa into dev 2017-05-27 18:18:34 +10:00
Eliot Whalan db50865d48
optipng small logo 2017-05-27 18:14:47 +10:00
MMP0 4ecdf2394a CSS import fixes (#780)
* Fix layout of Markdown editor

* Update upload.html

* Update index.html

* Update upload.html
2017-05-27 17:50:35 +10:00
MMP0 e528179ea1 Fix layout of Markdown editor (#779)
* Fix layout of Markdown editor

* Update upload.html
2017-05-27 17:17:49 +10:00
MMP0 7d43358cc1 Disable spelling checker in Markdown editor (#778) 2017-05-27 17:17:09 +10:00