2018-11-22 16:52:29 +09:00
..
activity Improved group page design 2018-11-21 18:12:29 +09:00
admin Updated admin panel 2018-11-06 16:20:44 +09:00
amv Added comments to AMVs 2018-10-29 12:35:38 +09:00
amvs Improved layout 2018-04-20 10:55:58 +02:00
anime Use content-padding-half constant 2018-11-21 16:43:41 +09:00
animeimport Improved error logging 2018-07-07 12:42:00 +09:00
animelist Use content-padding-half constant 2018-11-21 16:43:41 +09:00
animelistitem Use content-padding-half constant 2018-11-21 16:43:41 +09:00
apiview Added GitHub links to API 2018-04-12 23:30:49 +02:00
calendar Fixed megacheck linter complaints 2018-06-30 16:50:53 +09:00
character Use quote previews on character pages 2018-11-15 15:43:00 +09:00
characters Show character ranking in info table 2018-10-27 11:01:21 +09:00
charge Removed all outdated CSS classes 2018-11-07 02:42:31 +09:00
companies Use content-padding-half constant 2018-11-21 16:43:41 +09:00
company Improved accessibility 2018-11-21 15:43:32 +09:00
compare Fixed opacity influence on tooltips 2018-04-18 14:34:33 +02:00
editlog Improved error logging 2018-07-07 12:42:00 +09:00
editor New user profile 2018-11-15 20:19:40 +09:00
embed Added welcome page 2018-11-15 12:42:10 +09:00
episode User should always be last function parameter 2018-07-07 16:19:06 +09:00
explore Improved groups 2018-11-22 13:36:04 +09:00
forum Seperated global and followed activity feed 2018-11-12 14:24:00 +09:00
frontpage Removed all outdated CSS classes 2018-11-07 02:42:31 +09:00
genre Improved statistics on genre pages 2018-10-10 18:37:31 +09:00
genres Removed ajax class (not required anymore) 2018-03-23 21:33:19 +01:00
group New style for groups 2018-11-22 16:52:29 +09:00
groups Fixed mobile layout for groups 2018-11-22 14:34:16 +09:00
home Added welcome page 2018-11-15 12:42:10 +09:00
index Improved groups 2018-11-22 13:36:04 +09:00
inventory Added image upload for groups 2018-11-21 20:35:25 +09:00
listimport Added welcome page 2018-11-15 12:42:10 +09:00
login Improved installation process 2018-04-07 14:17:33 +02:00
me Implemented pushsubscriptionchange 2017-07-19 03:22:50 +02:00
newthread Improved error logging 2018-07-07 12:42:00 +09:00
notifications Replace polling with server sent events 2018-11-07 16:49:49 +09:00
paypal Improved error logging 2018-07-07 12:42:00 +09:00
popular Refactor search and stringutils into separate modules 2018-04-19 22:01:28 +02:00
post New user profile 2018-11-15 20:19:40 +09:00
profile New style for groups 2018-11-22 16:52:29 +09:00
quote Removed all outdated CSS classes 2018-11-07 02:42:31 +09:00
quotes Prepare to use user language when displaying characters 2018-04-22 16:12:00 +02:00
recommended New user profile 2018-11-15 20:19:40 +09:00
search Added AMV search 2018-11-12 16:52:07 +09:00
settings Use rel=noopener 2018-11-18 00:45:30 +09:00
shop Minor changes 2018-11-17 00:20:58 +09:00
soundtrack Use content-padding-half constant 2018-11-21 16:43:41 +09:00
soundtracks Use preferred title settings 2018-04-23 10:30:25 +02:00
sse Removed dead code and added new travis tool 2018-11-08 20:30:36 +09:00
statistics Added title language statistics 2018-10-29 19:24:25 +09:00
support Removed all outdated CSS classes 2018-11-07 02:42:31 +09:00
terms Removed ajax class (not required anymore) 2018-03-23 21:33:19 +01:00
thread New user profile 2018-11-15 20:19:40 +09:00
upload Implemented group image upload 2018-11-22 10:27:53 +09:00
user Improved error logging 2018-07-07 12:42:00 +09:00
users Improved group page design 2018-11-21 18:12:29 +09:00
welcome Minor change 2018-11-21 20:52:04 +09:00
index.go Refactor page routes into multiple submodules 2018-04-25 20:03:35 +02:00
README.md Added new README files 2017-06-13 18:38:31 +02:00

Pages

This directory contains all the pages. They consist of:

  • Controller (a "Get" function in .go files)
  • Template (.pixy files)
  • Style sheet (.scarlet files)