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

1868 commits

Auteur SHA1 Message Date
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
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
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
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
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
MMP0
68f63196d1 Update Japanese translations (#776)
* 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-05-27 17:17:03 +10:00
ipatrol
2109c1be7d Add a UML diagram for the present API (#774)
* Create model

Convert to SQL with Parse::Dia::SQL on CPAN.

* Document current API
2017-05-27 17:16:51 +10:00
Steindór
9286653905 Nav fixes (#766)
* Update README.md

Added a link to the db dump and IRC channels.

* Minor fix

* Update README.md

* disabling email links

* Killed github autolinking

* Update README.md

* Removed database link

* fixed a FF only bug with the carets

* added a static size to pagination

* worked on the pagination widget

* fixed the arrow buttons too

* fixed appearance on pages over 1000
2017-05-27 17:16:43 +10:00
Eliot Whalan
dd0736f8b4
increment assets 2017-05-27 15:34:21 +10:00
Eliot Whalan
5041bd1de1
Merge branch 'dev' of https://github.com/NyaaPantsu/nyaa into dev 2017-05-27 11:56:28 +10:00
sfan5
dfaabdc4b2 CSS fixes (#764)
* Revert status indication colors to original nyaa ones (others look washed out)

* Move "no files" comment into filelist <div> where it belongs

* Fix alignment issue on view page

* Make infohash monospace

* Make more strings translatable
2017-05-27 11:55:46 +10:00
akuma06
b191bd3286 Fix User Reset API (#772)
* Added a new function to only update columns of table user (less
useless query)
* Changed method to GET instead of POST because it is a link not a
button anymore
* Display of user profile if changes are successful
2017-05-27 11:54:54 +10:00
tomleb
d6c50f5640 TorrentJSON.ID is uint now, fix weird page sorting (#769)
* TorrentJSON.ID is uint now, fix weird page sorting

The bug was that ES would sort by ID in a weird manner because the id
was a string. The id is now a uint.

* Resolved the conflict for future merging
2017-05-27 11:54:41 +10:00
Eliot Whalan
75ec79b4e1
Merge branch 'dev' of https://github.com/NyaaPantsu/nyaa into dev 2017-05-27 11:51:36 +10:00
Eliot Whalan
fe77845ebf
Hopefully fix memleak 2017-05-27 11:50:31 +10:00
Eliot Whalan
04ce9e4a83
Fix bug adding torrents via magnet links 2017-05-27 11:08:18 +10:00
akuma06
113f81b9cc Merge pull request #771 from Myrmece/patch-8
Updated translation.
2017-05-27 00:48:25 +02:00
akuma06
0f66ec9340 Trackers in Torrents + Missing comments + Function renaming (#768)
* Missing comments and Function renaming

* Added some missing comments
* Renamed functions to get user followers/following
* GetFollowers to get followers
* GetLikings to get who the user is following

* Renaming + Add support of previous trackers

* Renaming user.Likings in user.Followers
* Renaming user.Liked in user.Likings
* Add a new string field Trackers in torrent model
* Trackers from torrent file are now populated to the databse
* Needed trackers are added to the torrent trackers if not provided or
if trackers is empty in DB (backward compatibility)

* New check and url encoding

* No more regex for verifying tracker url
* Encodes tracker url for "&" & "?" character possibly existing in
tracker url and breaking magnet link

* Improvements

* Trackers are now encoded in torrent.ParseTrackers
* Faster check by using the for loop of checktrackers
* No more boolean, we need to check len of array returned
* torrent.Trackers can be directly used in url as they are encoded like
: tr=tracker1&tr=tracker2&tr=...
2017-05-27 00:45:18 +02:00
Myrmece
a58d0abd26 Updated translation. 2017-05-26 23:41:54 +02:00
tomleb
075b51e43c Merge pull request #767 from tomleb/never_down_again
Activate the never_go_down again switch (fix slowdown issue)
2017-05-26 16:20:44 -04:00
tomleb
d165c431d3 Fix build failure with sqlite test 2017-05-26 16:15:00 -04:00
tomleb
4d87ba3b3e Decrease idle time on pgpool 2017-05-26 16:15:00 -04:00
tomleb
ea2d7a7165 Activate the never-go-down-ever-again switch
Don't retain idle connections because they block everybody else.
Increase maximum number of connections to the db.
2017-05-26 16:15:00 -04:00
tomleb
05e8106997 Merge pull request #765 from kipukun/frontend-bugs
Frontend polish
2017-05-26 16:08:04 -04:00
kipukun
74c6e0d6b3 slightly tweak profile edit page 2017-05-26 16:02:32 -04:00
kipukun
568bc3e801 basic search on mobile 2017-05-26 15:57:53 -04:00
kipukun
35d01112f8 Remove alt rows on other themes as well 2017-05-26 15:17:09 -04:00
kipukun
8eabd52c34 make pagination in front of mascot 2017-05-26 12:40:07 -04:00
kipukun
bc6cfaf48f actually fix mascot 2017-05-26 12:37:27 -04:00
kipukun
b9356e3f72 Merge branch 'frontend-bugs' of https://github.com/kipukun/nyaa into frontend-bugs 2017-05-26 12:31:23 -04:00
kipukun
aaa2dce4d3 mascot works yay 2017-05-26 12:31:14 -04:00
kipukun
3a6aa1f71a fix view template more aaaaaaaa 2017-05-26 12:31:14 -04:00
kipukun
a72c4cc437 Fix view page overflowing, also img in description scales 2017-05-26 12:31:14 -04:00
kipukun
9bc3d3c907 Fix table head color and minor alignments 2017-05-26 12:31:14 -04:00
kipukun
533b90cd7a Remove alternating torrent row's background 2017-05-26 12:31:14 -04:00
kipukun
e953283bcf fix the fucking icons christ almighty 2017-05-26 12:31:14 -04:00