ayame-git
8373bce02f
unborked report list
2017-05-10 22:09:37 +03:00
ayame-git
fcd0fec9a5
some pages not dispyaing corectly in mod page
2017-05-10 20:17:07 +03:00
akuma06
b0e359e504
Update torrent_report.html
2017-05-10 18:50:24 +02:00
akuma06
0a1bd085ae
Updated listing css
2017-05-10 18:47:37 +02:00
akuma06
ac9f2612f3
Merge remote-tracking branch 'refs/remotes/origin/master' into akuma06/master
2017-05-10 18:40:42 +02:00
akuma06
487cfb896b
Added moderation link
2017-05-10 18:40:22 +02:00
akuma06
b00e64acc8
forgot li
2017-05-10 17:47:28 +02:00
PantsuDev
0223f575d3
Merge pull request #281 from ewhal/akuma06/master
...
Fixing Mod Panel
2017-05-11 01:41:40 +10:00
akuma06
b88cd33794
Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master
2017-05-10 17:38:33 +02:00
akuma06
0bf8088457
Mostly finished
...
Someone need to do torrent edit page
Can't do it :/
2017-05-10 17:37:49 +02:00
akuma06
032688f532
Fixed
2017-05-10 16:43:50 +02:00
PantsuDev
e1e1aac37b
Merge pull request #283 from sfan5/fix123
...
fix stuff...
2017-05-11 00:18:12 +10:00
sfan5
eddeed572f
Fix text on profile edit page
2017-05-10 15:49:46 +02:00
akuma06
54991542cb
Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master
...
Conflicts:
router/templateVariables.go
2017-05-10 15:20:14 +02:00
ripdog
aae25274c1
Add a route for the user settings form: /edit,called UserDetailsHandler
2017-05-11 01:09:36 +12:00
akuma06
46d65ba865
Fixing Mod Panel (WIP)
2017-05-10 15:08:38 +02:00
ripdog
f0a82c52cf
Minor html formatting
2017-05-11 01:08:37 +12:00
Eliot Whalan
f3bb07d6b1
Correct function name
2017-05-10 22:06:12 +10:00
sfan5
775f9c15ad
Display username of old uploads alongside れんちょん
2017-05-10 13:32:45 +02:00
sfan5
a4b1a057b6
Unbreak dates (@kipukun broke them)
2017-05-10 12:47:51 +02:00
Eliot Whalan
fb2b171d11
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-10 19:53:28 +10:00
Eliot Whalan
fa1ea09c75
Add buttons to all torrents
2017-05-10 19:40:20 +10:00
ripdog
fff87e87d4
Hopefully working dark mode mascot swap
2017-05-10 21:26:27 +12:00
Your Name
e03ab87665
add delet link
2017-05-10 08:37:52 +00:00
Your Name
5f7adedab5
submit report
2017-05-10 08:17:21 +00:00
Your Name
e8c133fc69
display reports properly
2017-05-10 07:57:55 +00:00
Your Name
b5adfb8eb4
Merge remote-tracking branch 'tom/mod'
2017-05-10 07:32:01 +00:00
PantsuDev
447a70a4d2
Merge pull request #263 from azhao12345/more-moderation
...
delete shit
2017-05-10 17:17:11 +10:00
Your Name
8d9605def3
delete shit
2017-05-10 07:10:23 +00:00
Eliot Whalan
d30a5535fc
Fix typos
2017-05-10 16:57:48 +10:00
Andrew Zhao
da920216d3
Revert "New view template design"
2017-05-09 23:07:28 -07:00
PantsuDev
51301c82b7
Merge pull request #256 from aerojun/master
...
New view template design
2017-05-10 16:05:09 +10:00
PantsuDev
974d5079d3
Merge pull request #258 from azhao12345/disable-captcha-suggestions
...
dont show suggestions for capcha box
2017-05-10 16:03:53 +10:00
Your Name
771527b518
everything 'works' now
2017-05-10 05:56:02 +00:00
Your Name
3764919308
now the torrent list works
2017-05-10 05:47:01 +00:00
kipukun
a432d397af
add missing html files as to avoid build errors
2017-05-10 00:44:10 -04:00
Your Name
0cc8857f2f
dont show suggestions for capcha box
2017-05-10 04:41:33 +00:00
tomleb
1ddd4c12f8
Start mod system
2017-05-10 00:34:00 -04:00
Juan Navarro
58457591e2
New view template design
2017-05-09 23:21:58 -05:00
akuma06
9a435ccdc0
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# service/torrent/torrent.go
# service/user/user.go
2017-05-10 05:33:40 +02:00
akuma06
989945f09b
Shitty Moderation page
...
No HTML done, could'nt test with nyaa.exe :/
1 page with overview of torrents, comments, users
1 page list comments
1 page list torrents
1 page list users
1 route delete torreny
1 route delete comment
Users can be deleted and edited by their route user_profile_edit (I
think)
2017-05-10 05:24:18 +02:00
Chris MacLeod
c9b72206a5
Consistency, formatting, error checking, cleanup, and a couple bug fixes ( #245 )
...
* Checkpoint: it builds
The config, db, model, network, os, and public packages have had some
fixes to glaringly obvious flaws, dead code removed, and stylistic
changes.
* Style changes and old code removal in router
Router needs a lot of work done to its (lack of) error handling.
* Dead code removal and style changes
Now up to util/email/email.go. After I'm finished with the initial sweep
I'll go back and fix error handling and security issues. Then I'll fix
the broken API. Then I'll go through to add documentation and fix code
visibility.
* Finish dead code removal and style changes
Vendored libraries not touched. Everything still needs security fixes
and documentation. There's also one case of broken functionality.
* Fix accidental find-and-replace
* Style, error checking, saftey, bug fix changes
* Redo error checking erased during merge
* Re-add merge-erased fix. Make Safe safe.
2017-05-09 21:34:40 -05:00
akuma06
9bbd544a20
Added Follow&Unfollow
2017-05-10 03:16:36 +02:00
kipukun
ff5cf05328
add autistic red button and report modal
...
(DOESNT DO ANYTHING)
2017-05-09 20:52:18 -04:00
kipukun
94d299067b
fucking did it holy shit
2017-05-09 20:12:54 -04:00
kipukun
0fa82fc3a3
yay colors look better on night mode!!!
2017-05-09 18:55:07 -04:00
kipukun
6eb80f1073
change number on pagination to 5
2017-05-09 18:13:40 -04:00
kipukun
54a8dc480e
make advanced search collapse
2017-05-09 18:13:39 -04:00
kipukun
36e10ce093
columns hidden on phones
2017-05-09 18:13:39 -04:00
PantsuDev
d02672add8
Merge pull request #217 from sfan5/installgentoo
...
Various changes
2017-05-10 06:44:10 +10:00