This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/js/controllers
Luxray5474 239bc0a14d Initial commit, not complete
+ Create new sql column for file last modified time (flmt)
+ Implement uploading of flmt to server
+ Implement flmt in post model
+ Ability to read flmt thru API
+ New section in post_readonly_sidebar that shows flmt
! Somehow flmt is the same as post creation time
! Implement proper alembic migrations
! Implement ability to sort by flmt
! Implement ability to filter posts by flmt
! Code cleanup
~ Polish post sidebar
~ Implement flmt visibility in post listing hover text
~ Implement function in misc.js that formats to absolute date
2020-08-21 23:32:15 -04:00
..
auth_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
base_post_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
comments_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
help_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
home_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
not_found_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
page_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
password_reset_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_categories_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_create_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_list_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_detail_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_list_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_main_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_upload_controller.js Initial commit, not complete 2020-08-21 23:32:15 -04:00
settings_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
snapshots_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_categories_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_list_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
top_navigation_controller.js client/html: hide 'pools' in navbar if user doesn't have privileges 2020-06-22 15:47:57 -04:00
user_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
user_list_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
user_registration_controller.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00