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

3570 commits

Auteur SHA1 Message Date
kilo
af5f70e5da
Add handler for /ban route 2017-11-09 23:01:49 +01:00
kilo
19607c4bdc
Make ToggleBan() return whether or not the user is now banned 2017-11-09 22:49:04 +01:00
kilo
b1d53689a4
add user_banned_by and user_unbanned_by 2017-11-09 22:47:52 +01:00
kilo
95c692c67b
add user_banned_by and user_unbanned_by 2017-11-09 22:47:34 +01:00
kilo
a79cd6722b
fix panic error when deleting an anonymous comment 2017-11-09 22:36:40 +01:00
kilo
0051de2dc7
add toggleBan() function, janitors dont need captcha either 2017-11-09 22:20:13 +01:00
kilo
0937e238a0
add userprofile ban route 2017-11-09 22:06:54 +01:00
kilo
8b6f77fc8a
Update index.jet.html 2017-11-09 21:59:04 +01:00
kilo
ca9407079b
different <form> for ban button 2017-11-09 21:53:28 +01:00
kilo
2c6417660c
add "unban" and "ban" translation strings 2017-11-09 21:49:35 +01:00
kilo
76351b53c0
add "unban" and "ban" translation strings 2017-11-09 21:49:25 +01:00
kilo
6f1453ef8e
Add "ban" button, no "delete" button for jantiors 2017-11-09 21:48:49 +01:00
kilo
7531a71982
Fix "user successfully deleted" message showing even if user wasnt deleted 2017-11-09 21:45:53 +01:00
kilo
9343c99d6e
add ban buttons on userlist & visual cue for banned users 2017-11-09 21:37:16 +01:00
kilo
df5442e884
fix function that didnt get executed 2017-11-09 21:24:48 +01:00
kilo
15446d03f7
show block/unblock button in torrent list for janitors instead of delete button 2017-11-09 21:24:32 +01:00
kilo
2192b63280
janitor cannot delete torrents 2017-11-09 21:15:33 +01:00
kilo
2c9716996d
Dont show delete buttons for janitors 2017-11-09 21:14:56 +01:00
kilo
ee66032e17
add visual cues for hidden torrents in admin torrent listing 2017-11-09 21:09:59 +01:00
kilo
43e85fc392
visual cue for locked torrents in torrent listing for admins 2017-11-09 21:09:32 +01:00
kilo
4f9df6f4bf
Merge branch 'dev' into fix 2017-11-09 20:53:38 +01:00
Myrmece
909d1b8d83 Updated translation. (#1732) 2017-11-09 20:53:28 +01:00
kilo
637530e3ef
change name of variable used in comment loop for clarity purposes 2017-11-09 18:28:38 +01:00
kilo
7fe94d7fea
Merge branch 'dev' into fix 2017-11-09 16:49:59 +01:00
MMP0
8d34d77c91 Update ja-jp.all.json (#1729) 2017-11-09 16:49:48 +01:00
kilo
6d192aaf5b
remove deprecated HasAdmin() function again 2017-11-09 16:49:41 +01:00
kilo
9d6d7a7e28
Fix wrong id for translation 2017-11-09 16:25:28 +01:00
kilo
321833b092
Update CHANGELOG.md 2017-11-09 16:07:46 +01:00
kilo
59a9dc7eea
rollback commit 2017-11-09 16:07:25 +01:00
kilo
5cb6a9a362
rollback wrongfully comitted changes 2017-11-09 16:06:58 +01:00
kilo
7f480bd9f5
didnt mean to commit this change 2017-11-09 16:05:09 +01:00
kilo
25fd880ab8
"Janitor" translation string 2017-11-09 16:03:55 +01:00
kilo
419c79bff3
Add Janitor to userstatus select in user edit 2017-11-09 16:03:34 +01:00
kilo
28655df244
Stop using deprecated HasAdmin() function 2017-11-09 16:03:07 +01:00
kilo
14c6f7ca80
Stop using deprecated HasAdmin() function 2017-11-09 16:02:57 +01:00
kilo
473aceef1a
Stop using deprecated HasAdmin() function 2017-11-09 16:02:35 +01:00
kilo
ab1fcc3421
Show moderation link to janitors too 2017-11-09 16:02:16 +01:00
kilo
a2c8a7dacc
Show no userstatus for anonymous profile 2017-11-09 16:01:46 +01:00
kilo
7a31a0a35e
Return empty status if anonymous 2017-11-09 16:00:55 +01:00
kilo
8bbc28900a
Show every userstatus (member, janitor, banned, mod) in comments 2017-11-09 15:59:44 +01:00
kilo
8955d2a791
Rollback bad changes, remove redundant email check and stop using deprecated function 2017-11-09 15:56:41 +01:00
kilo
0368dd1f76
Update profile.go 2017-11-09 15:54:48 +01:00
kilo
11379ae373
Update edit.go 2017-11-09 15:54:25 +01:00
kilo
b036780725
Stop using deprecated HasAdmin() function 2017-11-09 15:53:55 +01:00
kilo
8f2bf884ab
Stop using deprecated HasAdmin() function 2017-11-09 15:53:40 +01:00
kilo
6ffcfc7a39
Give Janitors access to mod panel 2017-11-09 15:52:35 +01:00
kilo
d2667b74d9
Remove usage of deprecated HasAdmin() function 2017-11-09 15:52:11 +01:00
kilo
0da51e2ba7
Add janitor user status 2017-11-09 15:49:08 +01:00
kilo
6dc903e5f1
Fix "torrent is being generated" message showing up even when the torrent couldn't be generated 2017-11-09 14:59:56 +01:00
kilo
887ff5b016 Fix duplicate comment workaround that hid comments that shouldnt have been hidden (#1727)
* Update view.jet.html

* Fix notification order that was all over the place once you started deleting old notifications
2017-11-09 20:14:29 +10:00