Commit Graph

  • b4402d32e9 Log comment post events Chad Birch 2018-08-25 22:12:40 -0600
  • a9ef5f3b31
    Add margin-right to search input Bauke 2018-08-23 17:51:41 +0200
  • 75e0c50e6e Add log_comments table (and LogComment class) Deimos 2018-08-22 22:33:59 -0600
  • 826b60e445 Drop removed_time column on topics Deimos 2018-08-22 18:30:09 -0600
  • e87ba0d2a9 Add admin tool for removing topics Deimos 2018-08-22 18:24:52 -0600
  • e278dd9cfb User pages: include removed posts for admins Deimos 2018-08-22 15:46:34 -0600
  • c6362c49ab Show "comment removed" warning to non-admins Deimos 2018-08-22 13:46:41 -0600
  • fa87039fe2 Fix comments being hidden if all deleted/removed Deimos 2018-08-22 13:45:22 -0600
  • 96be185dab Add warning about ReBloom license change Deimos 2018-08-22 13:22:14 -0600
  • 7186cfc525 Tweak "group not found" HTML/CSS Deimos 2018-08-22 10:36:39 -0600
  • 2d57599b68 Add an error page for non-existent groups Celeo 2018-08-17 16:23:31 -0700
  • 889ec1beca Modify 404 group page query Celeo 2018-08-21 18:28:33 -0700
  • 2bf7735784 Correct Postgres extension on the test DB Celeo 2018-08-21 17:50:30 -0700
  • 7933ca9e7f Merge branch 'master' into feature-group-404 Celeo 2018-08-21 17:47:34 -0700
  • be6fc19c16 Convert all-caps titles to title case Celeo 2018-08-19 19:05:49 -0700
  • afb57e64de Fix code review notes, pass 2 Celeo 2018-08-21 16:23:40 -0700
  • 3d080e12dd Fix code review notes Celeo 2018-08-21 15:50:01 -0700
  • 2cfe939755 Merge branch 'master' into feature-saved-themes Celeo 2018-08-21 15:28:56 -0700
  • 0760f6441d Fix comments header styles applying to comments Deimos 2018-08-21 13:42:31 -0600
  • 5170d283f7 Adjust styles for comment collapse buttons Deimos 2018-08-21 12:48:40 -0600
  • 595af8f9ae Add buttons for bulk collapse/expand of comments Jeff Kayser 2018-08-14 15:40:05 -0400
  • 59799c95db Add extremely basic search Deimos 2018-08-20 18:59:06 -0600
  • 54476a447d Change url methods to treat routes individually Deimos 2018-08-20 16:54:47 -0600
  • c6f543b2ce Convert all-caps titles to title case Celeo 2018-08-19 19:05:49 -0700
  • d5c2d18ae7 Add rate limits for posting topics and comments Deimos 2018-08-18 15:10:33 -0600
  • 7d7ad736e5 Fix a bug with defaults, add a test, clean up css Celeo 2018-08-18 08:58:36 -0700
  • 98cfa08a60 Fix OK button location for sorting with JS off Jedi Burrell 2018-08-09 06:40:35 -0400
  • ed7caf0921 Add a view for group lookup 404s Celeo 2018-08-17 16:23:31 -0700
  • e4b8bb9724 Restrict accidental-ordered-list fix to post start Deimos 2018-08-17 12:41:31 -0600
  • 1d8b74ca3c Add auth principals for some topic tools Deimos 2018-08-16 21:44:15 -0600
  • 6a8290aa36 Switch to a general "permissions" column on users Deimos 2018-08-16 19:15:44 -0600
  • 9775acd9bf Make some follow-up adjustments to 2FA Deimos 2018-08-16 13:22:41 -0600
  • a588431fee Add two-factor authentication Oden 2018-07-29 22:13:50 -0700
  • 688cf7dd2a Remove excess newline Jeff Kayser 2018-08-15 21:07:46 -0400
  • 782604653f Add buttons to collapse child comments and expand all comments Jeff Kayser 2018-08-14 15:40:05 -0400
  • 2afcb216ea Skip <code> tags when linkifying groups/users Deimos 2018-08-13 17:23:49 -0600
  • 134848b9bd Add margin-bottom to <table> Deimos 2018-08-13 17:16:07 -0600
  • bd2f3f604b Merge branch 'master' into feature-saved-themes Celeo 2018-08-13 16:09:59 -0700
  • 1a2b5a8593 Add Black format check to git hooks Deimos 2018-08-13 14:32:25 -0600
  • 4d8998d8f9 Re-wrap comments with new max line-length Deimos 2018-08-13 14:13:41 -0600
  • 09cf3c47f4 Apply Black code formatter Deimos 2018-08-13 00:00:34 -0600
  • 7961a51b87 Update pylama config for Black style changes Deimos 2018-08-12 23:59:26 -0600
  • 320e45d8cf Install Black code-formatter for Python Deimos 2018-08-12 18:12:33 -0600
  • 8c6a537665 Move Boussole to its own venv Deimos 2018-08-12 17:58:38 -0600
  • eb712f25f2 Update pypi package versions (requirements.txt) Deimos 2018-08-12 14:28:02 -0600
  • 73b73c2591 Prepend REST verbs to all view methods James Southern 2018-08-07 18:27:49 +0100
  • 601773e60e Add account-default theme setting Celeo 2018-08-11 11:34:04 -0700
  • 9746203b55 Add redis.sessions.cookie_max_age to dev INI file Deimos 2018-08-10 16:14:49 -0600
  • e3842e88c4 Enable cmark-gfm extensions (table, strikethrough) Deimos 2018-08-10 01:01:58 -0600
  • a5664b8589 Sort previous notifications when marking all read Deimos 2018-08-09 18:16:50 -0600
  • 45b2de0a44 Add mark all read button to unread notifications James Southern 2018-08-09 18:12:07 -0600
  • e5bdd0fb16 Fix Notification factory return type & import layout. James Southern 2018-08-09 23:36:57 +0100
  • 83298c36e6 Refactor Group and User ACLs Deimos 2018-08-09 15:41:21 -0600
  • be77f323d3 Refactor Topic ACL, update tests Deimos 2018-08-09 15:27:58 -0600
  • 27137407c4 Fix style issues flagged by pylama James Southern 2018-08-09 21:22:38 +0100
  • 888c1155d1 Merge branch 'clear_notifications' of https://gitlab.com/jms301/tildes into clear_notifications James Southern 2018-08-09 20:48:26 +0100
  • 1e8f3b5743 Created a notification_by_comment_id36 factory James Southern 2018-08-09 20:43:27 +0100
  • 645bef564d Modify marshmallow calls & as per Deimos suggestions in !21 James Southern 2018-08-07 12:44:14 +0100
  • 99f1912d94 Add more comment permissions tests Deimos 2018-08-09 07:28:18 -0600
  • 2ffddb2fbd comment_by_id36 resource: include removed comments Deimos 2018-08-09 07:16:49 -0600
  • 4667d0ecce Refactor Comment ACL Deimos 2018-08-09 07:09:48 -0600
  • 0481a9ea01 Add some more tests for comments triggers Deimos 2018-08-09 02:09:31 -0600
  • eb1e4c6eca Tests: move common fixtures into a module Deimos 2018-08-08 23:27:00 -0600
  • 06333a8417 Update comments triggers to handle removals Deimos 2018-08-08 19:37:14 -0600
  • 3fed4783f7 Prevent replying to self in locked topics Deimos 2018-08-08 13:57:44 -0600
  • 08ec214e4d CSS: Set <table> width to auto Deimos 2018-08-08 12:23:41 -0600
  • f388b86306 Skip deleted/removed comments in mentions consumer Deimos 2018-08-08 02:04:28 -0600
  • 5968fcd139 Add handling for "curly" apostrophes Deimos 2018-08-07 19:04:26 -0600
  • e0549be5fd Prevent OverflowErrors from long time periods Deimos 2018-08-07 16:30:54 -0600
  • e1b35cdb1a Fix intercooler targeting for .comment-itself Deimos 2018-08-07 13:40:14 -0600
  • df2177db70 Replace spaces in topic tag CSS classes Deimos 2018-08-07 12:47:06 -0600
  • 31ab00f1ff Append REST method names to all view function names where they are missing James Southern 2018-08-07 18:27:49 +0100
  • 1a8b3a9496 Modify marshmallow calls & as per Deimos suggestions in !21 James Southern 2018-08-07 12:44:14 +0100
  • 4f0075966d Comment: Fix parent_comment relationship Deimos 2018-08-06 16:44:14 -0600
  • b729bf1d98 Change "new replies" to "new comments" Deimos 2018-08-06 13:35:02 -0600
  • 09c03f7592 Fix problems flagged by pylama James Southern 2018-08-06 16:30:43 +0100
  • e3dc09d0f1 update function description James Southern 2018-08-06 16:16:50 +0100
  • 18e80707cf Add mark all read button to unread notifications James Southern 2018-08-06 16:09:10 +0100
  • 420ea5a15b Add notifications for users being mentioned Celeo 2018-08-05 23:25:54 -0600
  • 34a933e6d3 Refactor text topic excerpt display into a macro Deimos 2018-08-05 15:30:21 -0600
  • 35ea0f43b4 Hide topic text excerpt for spoilers Ivan Fonseca 2018-08-01 14:54:37 -0400
  • dba7ace0d4 Highlight special topic tags (nsfw, spoiler) Ivan Fonseca 2018-07-22 11:31:10 -0400
  • 5b6184181e Merge branch 'master' into clear_all_notifications James Southern 2018-08-05 15:14:27 +0100
  • b6c5be0593 Fix excessive margin on <ol> at end of block Deimos 2018-08-03 17:06:01 -0600
  • 2de03d719e PaginatedResults: use id36s for before/after Deimos 2018-08-03 14:06:34 -0600
  • 7276b15e39 Add paginated topics/comments pages to own profile Deimos 2018-08-03 00:23:14 -0600
  • f95a504ca4 PaginatedQuery: set a default for _sort_column Deimos 2018-08-03 00:05:10 -0600
  • 03f5450414 PaginatedResults: add props for before/after IDs Deimos 2018-08-02 23:58:30 -0600
  • 13309ca093 Add Mark all read button to unread notifications James Southern 2018-08-02 14:11:06 +0100
  • 147c22d071 Consistently refer to Markdown with a capital Josh Holland 2018-08-01 19:53:52 +0100
  • 268d98e3de Increase edit "grace period" to 5 minutes Deimos 2018-08-01 16:59:51 -0600
  • 4003923a87
    Consistently refer to Markdown with a capital Josh Holland 2018-08-01 19:53:52 +0100
  • f3cd4f805e User profile: fix ordering of "initial comments" Deimos 2018-07-30 23:40:06 -0600
  • 3d4b963096 Open in new tabs: Add support for links in text Ivan Fonseca 2018-07-23 21:06:48 -0400
  • 86b8a6aa1b
    Use link host to find external links Ivan Fonseca 2018-07-29 19:10:49 -0400
  • fe6fe64191
    Use regex to match external links Ivan Fonseca 2018-07-28 12:34:17 -0400
  • 1d79377768
    Update external links behaviour comment Ivan Fonseca 2018-07-28 11:41:40 -0400
  • 52db30cdad Remove handling of None in some query methods Deimos 2018-07-25 19:02:08 -0600
  • de9c86bc1b Set default period to "all time" inside groups Deimos 2018-07-25 16:53:44 -0600
  • 68e2e0ea33 Tests: don't load Redis ReBloom module Deimos 2018-07-25 16:03:14 -0600