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

501 commits

Auteur SHA1 Message Date
akuma06
ae1628e921 Some js fixes and improvements
Better handling of Torrents.StopRefresh()
Keep the order of torrents
Encode html entities from torrent name (prevent execution of unwanted
html tags)
2017-05-30 15:19:45 +02:00
akuma06
b5476c7d66 Merge remote-tracking branch 'refs/remotes/origin/dev' into xhr-torrent-refresh 2017-05-30 14:19:13 +02:00
kipukun
6b5db0f14d Added mod delete and edit buttons to view (#838) 2017-05-30 09:15:50 +10:00
akuma06
29056496d0 Removed console.log + added auto-update 2017-05-30 00:30:36 +02:00
akuma06
402fce9f02 Api Last Torrent + xhr automatic refresh
* Added a fiel torrentID in search param
* Search can be limited to torrentID > id provided
* Templates creation through simple JS object
* XHR management through simple JS object
* Torrents object that interface with Templates and Query to get new
torrent uploaded according to the search context
2017-05-30 00:28:21 +02:00
akuma06
3ec367a759 CSRF Support + better key for context
* Added new dep: gorilla/csrf
* CSRF field in forms
* CSRF variable in commontemplatevariables
* New key for messages and user context

Please change EnableSecureCSRF to false when testing locally and don't
merge config/env.go with the changes
2017-05-29 17:07:18 +02:00
akuma06
c570557477 Added Theme field in user settings 2017-05-29 15:15:04 +02:00
akuma06
a7d621f048 Merge pull request #820 from Duckbitts/dev
Fixing the mascot
2017-05-29 15:00:28 +02:00
akuma06
080720391f Fixing notification variable 2017-05-29 15:00:08 +02:00
akuma06
33707e965c Merge branch 'dev' into dev 2017-05-29 14:57:55 +02:00
Duckbitts
81a16b1a39 Update index.html 2017-05-29 15:10:20 +03:00
akuma06
6bf2e38204 Forgot torrent report list
More fix for #830
2017-05-29 13:52:01 +02:00
akuma06
cef60c476a fix for torrent report
should fix #830
2017-05-29 13:49:03 +02:00
akuma06
6c55c02675 Merge pull request #829 from NyaaPantsu/fix-hidden-option
Anon users should not be able to see it
2017-05-29 13:24:37 +02:00
akuma06
ae38aee9f5 Merge pull request #828 from MMP0/patch-11
Update translations in public settings
2017-05-29 13:24:24 +02:00
akuma06
41f7f678cc Anon users should not be able to see it
Instead of checking that user exist, checking that user id > 0
2017-05-29 13:23:47 +02:00
MMP0
da896a65a7 Update public_settings.html 2017-05-29 20:13:27 +09:00
akuma06
dd03550c66 Keeping Mascot hidden
Should fix #808
* Mascot hide is kept while navigating with a localstorage value
2017-05-29 13:12:05 +02: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
kilo
ad8150ccbc HTML up to specs 2 (#805)
</img> doesn't exist so i removed it yet again
added a / at the end of <img> because <br /> has it and consistency seems important
2017-05-29 07:51:22 +10:00
akuma06
01f4f15d6e Merge pull request #806 from Kiloutre/patch-4
removal of value in <select>
2017-05-28 22:25:41 +02: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
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
Kilo
ca45e7a171 removal of value in <select>
value doesn't exist in <select></select>
the field was empty anyway
so i removed it
2017-05-28 04:24:51 +02:00
akuma06
25c40d6d5c Merge pull request #798 from kipukun/frontend-bugs-2
Frontend bugs 2
2017-05-28 02:14:17 +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
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
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
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
448776f740 Update FAQ with updated zer0day tracker 2017-05-27 12:55:39 -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
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
7d43358cc1 Disable spelling checker in Markdown editor (#778) 2017-05-27 17:17:09 +10:00
Eliot Whalan
dd0736f8b4
increment assets 2017-05-27 15:34:21 +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
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
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
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
9bc3d3c907 Fix table head color and minor alignments 2017-05-26 12:31:14 -04:00
akuma06
21a06f7a0d Fix bug where we can't go back to default when changing pages after theme changed
Just a for loop on load to select the right option
2017-05-26 17:02:19 +02:00
akuma06
71d757bf4c Showing markdown import js and css only on upload page 2017-05-26 16:12:52 +02:00
MMP0
3bb7b94dd4 Reimplement Markdown editor (#760)
* Update index.html

* Update upload.html

* Update main.css

* Update tomorrow.css

* Update tomorrow.css

Remove !important

* Update tomorrow.css

Revert
2017-05-26 16:02:19 +02:00