tavern/web
Nick Gerakines c808cf236b
Added support for liking notes in the ui. Also implements undo/like activity in user inbox.
2020-04-25 18:41:44 -04:00
..
command.go Added support for liking notes in the ui. Also implements undo/like activity in user inbox. 2020-04-25 18:41:44 -04:00
flashes.go Implemented advanced compose note form. 2020-03-06 09:46:44 -05:00
handler.go Added threaded views in feeds and removed extra object view code. 2020-04-06 13:41:45 -04:00
handler_activity.go Overhauled object storage and queries. Closes #29 and #30. 2020-03-14 14:04:52 -04:00
handler_api_v1.go Finished filling in vague errors in storage. Moved several queries from web into storage. Closes #51. 2020-03-24 11:39:04 -04:00
handler_auth.go Implemented ACLs, added db checks to varchar columns, and cleaned up code. 2020-04-06 10:20:00 -04:00
handler_avatar.go Handling context canceled errors in avatar. 2020-04-19 10:49:41 -04:00
handler_compose.go Added support for liking notes in the ui. Also implements undo/like activity in user inbox. 2020-04-25 18:41:44 -04:00
handler_configure.go Implemented ACLs, added db checks to varchar columns, and cleaned up code. 2020-04-06 10:20:00 -04:00
handler_directory.go Implemented groups directory. Closes #67. 2020-04-05 12:50:31 -04:00
handler_feed.go Added support for liking notes in the ui. Also implements undo/like activity in user inbox. 2020-04-25 18:41:44 -04:00
handler_group.go Implemented groups directory. Closes #67. 2020-04-05 12:50:31 -04:00
handler_group_actor.go First pass at group profile pages. Part of #68. 2020-04-03 23:15:48 -04:00
handler_group_profile.go Bug fix in group profile template. 2020-04-06 16:25:29 -04:00
handler_groups_inbox.go Implemented ACLs, added db checks to varchar columns, and cleaned up code. 2020-04-06 10:20:00 -04:00
handler_home.go misc code cleanup and refactoring 2020-03-02 11:52:30 -05:00
handler_image.go Added flags to enable storage to be configurable. Closes #20. 2020-03-07 13:47:19 -05:00
handler_network.go Updated templates to improve test automation. Added back removed JS used to announce objects. Added back removed server code to announce objects to followers. 2020-04-14 09:50:09 -04:00
handler_notifications.go Adding notifications widget to feed page 2020-03-05 13:46:57 -05:00
handler_object.go Implemented delete note. Closes #38. 2020-03-19 05:14:05 -04:00
handler_object_profile.go Added threaded views in feeds and removed extra object view code. 2020-04-06 13:41:45 -04:00
handler_publisher.go Added publisher command and integrations from server to publisher. Closes #66. 2020-03-27 14:35:28 -04:00
handler_tags.go Fixed bug where tags were not being recorded correctly. 2020-03-14 14:16:00 -04:00
handler_tavern.go Running gofmt on project. 2020-03-26 11:11:45 -04:00
handler_user_actor.go First pass at integrating groups including storage, url changes, manage groups page, webfinger, errors, actor refactoring, and route refactoring. Part of #21. 2020-03-29 15:02:05 -04:00
handler_user_inbox.go Added support for liking notes in the ui. Also implements undo/like activity in user inbox. 2020-04-25 18:41:44 -04:00
handler_user_profile.go Added site title. Fixed bug in user profile page when user has no activity. 2020-04-10 13:33:22 -04:00
handler_utilities.go Running gofmt on project. 2020-03-26 11:11:45 -04:00
handler_wellknown.go First pass at integrating groups including storage, url changes, manage groups page, webfinger, errors, actor refactoring, and route refactoring. Part of #21. 2020-03-29 15:02:05 -04:00
i18n.go initial commit 2020-02-27 10:43:16 -05:00
publisher.go Added publisher command and integrations from server to publisher. Closes #66. 2020-03-27 14:35:28 -04:00
svger.go Added prometheus metrics. Closes #37 2020-03-17 20:47:02 -04:00
view.go Implemented groups directory. Closes #67. 2020-04-05 12:50:31 -04:00
view_actor.go Implemented better thread handling. Closes #40 2020-03-21 19:46:59 -04:00
view_feed.go Applying uniform UTC references in time creation and parsing. Closes #41 2020-03-24 12:24:11 -04:00
view_media.go Implemented better thread handling. Closes #40 2020-03-21 19:46:59 -04:00
view_object.go Added support for liking notes in the ui. Also implements undo/like activity in user inbox. 2020-04-25 18:41:44 -04:00
view_paged.go Tweaking pagination template to add first, previous, next, and last links. 2020-03-29 09:33:24 -04:00