1. 267fab5 [#8559] update API docs for ticket endpoints by Dave Brondsema · 34 hours ago db/8559 master
  2. 91d39a1 [#8559] make the ticket "private" field inherit from StringBool like discussion_disabled does by Dave Brondsema · 34 hours ago
  3. 6ce8224 [#8559] simplify some api test setup by Dave Brondsema · 35 hours ago
  4. 0aab2bd [#8557] update akismet version (optional) by Dave Brondsema · 3 days ago
  5. 13cfdd5 [#7272] OAuth2 tests, renaming, improvements, config option by Carlos Cruz · 2 weeks ago
  6. 8178912 [#7272] Add authorization views and improve validations by Carlos Cruz · 5 weeks ago
  7. 0628922 code updates to AkismetWithoutStartupVerify by Guillermo Cruz · 9 days ago akismet-update
  8. e83afa8 pin docutils to v0.20.1 to keep compatibility with older versions of Python by Guillermo Cruz · 10 days ago
  9. 21b6e82 [#8557] updated _strip_tags_re with regexp since it was removed from markupsafe package by Guillermo Cruz · 2 weeks ago gc/8557
  10. b9f668d [#8557] Upgrade pre-commit 3.6.0 -> 3.7.0, and its deps: cfgv,identify,nodeenv,setuptools,PyYAML,virtualenv,distlib,filelock,platformdirs by Guillermo Cruz · 2 weeks ago
  11. 4052bd6 [#8557] Upgrade gunicorn 21.2.0 -> 22.0.0, and its deps: packaging by Guillermo Cruz · 2 weeks ago
  12. b94e1b8 [#8557] Upgrade pytest-sugar 0.9.7 -> 1.0.0, and its deps: packaging,pytest,iniconfig,packaging,pluggy,termcolor by Guillermo Cruz · 2 weeks ago
  13. 7c62852 [#8557] Upgrade pytest 7.4.4 -> 8.1.1, and its deps: iniconfig,packaging,pluggy by Guillermo Cruz · 2 weeks ago
  14. 076b9c2 [#8557] Upgrade testfixtures 7.2.2 -> 8.1.0 by Guillermo Cruz · 2 weeks ago
  15. 87663f7 [#8557] Upgrade ruff 0.3.2 -> 0.3.7 by Guillermo Cruz · 2 weeks ago
  16. c5490f4 [#8557] Upgrade werkzeug 3.0.1 -> 3.0.2, and its deps: MarkupSafe by Guillermo Cruz · 2 weeks ago
  17. 4d3ef94 [#8557] Upgrade WebHelpers2 2.0 -> 2.1, and its deps: MarkupSafe,six by Guillermo Cruz · 2 weeks ago
  18. daa6b80 [#8557] Upgrade requests-oauthlib 1.3.1 -> 2.0.0, and its deps: oauthlib,requests,certifi,charset-normalizer,idna,urllib3 by Guillermo Cruz · 2 weeks ago
  19. 5a9200d [#8557] Upgrade python-dateutil 2.8.2 -> 2.9.0. (OUTDATED! latest is: 2.9.0.post0), and its deps: six by Guillermo Cruz · 2 weeks ago
  20. 89a6b94 [#8557] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,Markdown,textile,html5lib,six,webencodings,regex,docutils by Guillermo Cruz · 2 weeks ago
  21. 88d5be3 [#8557] Upgrade PasteScript 3.4.0 -> 3.5.1, and its deps: Paste,setuptools,six,PasteDeploy,setuptools,six by Guillermo Cruz · 2 weeks ago
  22. 094a4ad [#8557] Upgrade Markdown 3.5.2 -> 3.6 by Guillermo Cruz · 2 weeks ago
  23. 8e4fde0 [#8557] Upgrade GitPython 3.1.41 -> 3.1.43, and its deps: gitdb,smmap by Guillermo Cruz · 2 weeks ago
  24. 844a4d5 [#8557] Upgrade emoji 2.9.0 -> 2.11.0 by Guillermo Cruz · 2 weeks ago
  25. 43eb276 [#8557] Upgrade beaker-session-jwt 1.0.1 -> no upgrade, and its deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo by Guillermo Cruz · 2 weeks ago
  26. 9c9d092 [#8557] Upgrade Beaker 1.12.1 -> 1.13.0 by Guillermo Cruz · 2 weeks ago
  27. 2bfe922 [#8557] Upgrade beautifulsoup4 4.12.2 -> 4.12.3, and its deps: soupsieve by Guillermo Cruz · 2 weeks ago
  28. 3aebac9 [#8557] Upgrade ActivityStream 0.4.2 -> no upgrade, and its deps: pymongo by Guillermo Cruz · 2 weeks ago
  29. 60ada4f bump idna 3.6 -> 3.7 by Guillermo Cruz · 3 weeks ago
  30. 1edc566 [#8556] simplify more calls by Dave Brondsema · 4 weeks ago
  31. 74e83f2 [#8556] remove unnecessary extra () on has_access calls by Dave Brondsema · 4 weeks ago
  32. e0ee0fd [#8556] avoid recursive TruthyCallable by Dave Brondsema · 4 weeks ago
  33. b6f3dcb [#8555] debugging option within has_access by Dave Brondsema · 4 weeks ago
  34. 431109b [#8555] some specific checks for blocked users, when creating new forum threads by Dave Brondsema · 4 weeks ago
  35. d7af032 bump Pillow package 10.2.0 -> 10.3.0 by Guillermo Cruz · 4 weeks ago
  36. 114c7be [#8540] wiki pages' recent sort by mod_date; simplify code by Dave Brondsema · 5 weeks ago db/8540
  37. f797888 Merge commit '8507cf9ae558ea4f93940f7284dcbd004c19e065' by Dillon Walls · 5 weeks ago
  38. 0ca5177 [#8539] code simplifications by Dave Brondsema · 6 weeks ago
  39. 468ed46 [#8539] add some pylint checks by Dave Brondsema · 6 weeks ago
  40. 0d48081 [#8539] add bandit checks by Dave Brondsema · 6 weeks ago
  41. 0912282 [#8539] remove old teamforge import script, which had lots of hardcoded specifics by Dave Brondsema · 6 weeks ago
  42. d75b317 [#8539] upgrade ruff by Dave Brondsema · 6 weeks ago
  43. 8507cf9 [#7663] Initial work to support OAuth2 authorization by Carlos Cruz · 6 weeks ago
  44. 9ebd2cb [#8538] add new get_object_from_id timeline helper method which tries to find an object from an allura_id by Dillon Walls · 7 weeks ago
  45. d3c5f4b keep flash messages more visible by Dave Brondsema · 7 weeks ago
  46. 7ff9443 support overlapping admin urls, if a tool is installed with "groups" mount point by Dave Brondsema · 7 weeks ago
  47. c1062c9 encode emails when the body has long lines. [#8533] erroneously removed handling of it. This is a better solution than before too by Dave Brondsema · 8 weeks ago
  48. d44e0aa remove unittest from these classes, it won't work well with pytest parametrize by Dave Brondsema · 8 weeks ago
  49. 15ff11b [#8537] small update to notifications function to set active by Guillermo Cruz · 8 weeks ago
  50. ba99556 add active class to notification messages by Guillermo Cruz · 8 weeks ago
  51. 2f38593 future annotations in a few files, so it works fine on python 3.8 still by Dave Brondsema · 8 weeks ago
  52. 1ced114 make it easier to change order of sidebar items w/ the AdminExtension by Dillon Walls · 8 weeks ago
  53. 9871bd9 [#8537] do not run scanMessages forever by Dave Brondsema · 8 weeks ago
  54. e832a13 [#8537] allow 'this' in JS functions, a common jquery pattern we use by Guillermo Cruz · 9 weeks ago
  55. 4bed769 [#8537] moved g analytics further down the page by Guillermo Cruz · 2 months ago
  56. b382703 bump cryptography 42.0.4 -> 42.0.5 by Guillermo Cruz · 9 weeks ago
  57. b5333e2 [#8536] use h.clean_html and |safe_html by Dave Brondsema · 3 months ago
  58. 63f12b9 [#8536] don't use jinja for site notifications; add autoescape by Dave Brondsema · 3 months ago
  59. cc9a338 [#8536] more move/improve |safe by Dave Brondsema · 3 months ago
  60. 0917b82 [#8536] improve safety by Dave Brondsema · 3 months ago
  61. f0226ee [#8536] remove unnecessary |safe usages by Dave Brondsema · 3 months ago
  62. 5fb7c3e [#8536] move/improve |safe usage by Dave Brondsema · 3 months ago
  63. 0b90f74 [#8536] remove old unused oembed templates by Dave Brondsema · 3 months ago
  64. e80a4ca [#8536] use Markup's own interpolation by Dave Brondsema · 3 months ago
  65. e47ddb8 bump cryptography 42.0.2 -> 42.0.4 by Guillermo Cruz · 2 months ago
  66. 094aba9 [#8446] update inline username mentions (missed in original work on this ticket) by Dave Brondsema · 2 months ago
  67. 430baa3 use $regex instead of re.compile in mongo queries, so it uses indexes properly. Maybe fixed in current mongo versions https://jira.mongodb.org/browse/SERVER-26991 by Dave Brondsema · 2 months ago
  68. 573e81e make active notifications easier to see in the list by Dave Brondsema · 3 months ago
  69. 61e1737 bumping package cryptography 41.0.7 -> 42.0.2 by Guillermo Cruz · 3 months ago
  70. 9c5305f unpin pastedeploy, upgrade it with latest pastescript which is now compatible by Dave Brondsema · 3 months ago
  71. 7f3d387 make ldap_conn() be a context manager, so unbind_s can be run automatically by Dave Brondsema · 3 months ago
  72. 9eb2752 test attribute cleanup (was causing TestProjectModel.test_project to fail depending on test distribution/order) by Dave Brondsema · 3 months ago
  73. a50d921 in password reset, also try lowercasing the email to see if that matches by Dave Brondsema · 3 months ago
  74. 81af7ab upgrade activitystream 0.4.1 -> 0.4.2 by Dillon Walls · 4 months ago
  75. 70ab8c0 add apache license to newly added conftest.py by Dillon Walls · 4 months ago
  76. 7e6d91b pin pre-commit<3.6; python_version<'3.9' by Dillon Walls · 4 months ago
  77. 83b71b9 add conftest.py that mocks out tg context by Dillon Walls · 4 months ago
  78. 5e30e6f [#8535] Upgrade pre-commit 3.5.0 -> 3.6.0, and its deps: cfgv,identify,nodeenv,setuptools,PyYAML,virtualenv,distlib,filelock,platformdirs by Dillon Walls · 4 months ago
  79. fde1517 [#8535] Upgrade pytest-sugar 0.9.7 -> no upgrade, and its deps: packaging,pytest,iniconfig,packaging,pluggy,termcolor by Dillon Walls · 4 months ago
  80. b47724b [#8535] Upgrade pytest-xdist 3.3.1 -> 3.5.0, and its deps: execnet,pytest,iniconfig,packaging,pluggy by Dillon Walls · 4 months ago
  81. 2fcbeca [#8535] Upgrade pytest 7.4.2 -> 7.4.4, and its deps: iniconfig,packaging,pluggy by Dillon Walls · 4 months ago
  82. e7b1f67 [#8535] Upgrade testfixtures 7.2.0 -> 7.2.2 by Dillon Walls · 4 months ago
  83. c23b79e [#8535] Upgrade ruff 0.0.292 -> 0.1.13 by Dillon Walls · 4 months ago
  84. 17c8a24 [#8535] Upgrade wrapt 1.15.0 -> 1.16.0 by Dillon Walls · 4 months ago
  85. 9bac525 [#8535] Upgrade TimerMiddleware 0.6.2 -> 0.6.3, and its deps: WebOb by Dillon Walls · 4 months ago
  86. ea1cbfd [#8535] Upgrade qrcode 7.4.2 -> no upgrade, and its deps: pypng,typing-extensions by Dillon Walls · 4 months ago
  87. e0d93b7 [#8535] Upgrade pysolr 3.9.0 -> no upgrade, and its deps: requests,certifi,charset-normalizer,idna,urllib3 by Dillon Walls · 4 months ago
  88. c3142db [#8535] Upgrade Pypeline 0.6.1 -> no upgrade, and its deps: bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,Markdown,textile,html5lib,six,webencodings,regex,docutils by Dillon Walls · 4 months ago
  89. daf9af0 [#8535] Upgrade Pygments 2.16.1 -> 2.17.2 by Dillon Walls · 4 months ago
  90. 345739d [#8535] Upgrade Pillow 10.1.0 -> 10.2.0 by Dillon Walls · 4 months ago
  91. 765890b [#8535] Upgrade Markdown 3.5 -> 3.5.2 by Dillon Walls · 4 months ago
  92. 746605f [#8535] Upgrade Jinja2 3.1.2 -> 3.1.3, and its deps: MarkupSafe by Dillon Walls · 4 months ago
  93. fb3da1f [#8535] Upgrade GitPython 3.1.37 -> 3.1.41, and its deps: gitdb,smmap by Dillon Walls · 4 months ago
  94. af5a2b8 [#8535] Upgrade feedparser 6.0.10 -> 6.0.11, and its deps: sgmllib3k by Dillon Walls · 4 months ago
  95. 4589555 [#8535] Upgrade emoji 2.8.0 -> 2.9.0 by Dillon Walls · 4 months ago
  96. b153c9e [#8535] Upgrade EasyWidgets 0.4.1 -> no upgrade, and its deps: FormEncode,six,MarkupSafe,Paste,setuptools,six,python-dateutil,six,six,WebOb by Dillon Walls · 4 months ago
  97. 736294d [#8535] Upgrade beaker-session-jwt 1.0.1 -> no upgrade, and its deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo by Dillon Walls · 4 months ago
  98. a3e9af6 [#8535] Upgrade ActivityStream 0.4.0 -> 0.4.1, and its deps: pymongo by Dillon Walls · 4 months ago
  99. 05fadfb restore c.project.notifications_disabled after a task (can matter in tests) by Dave Brondsema · 4 months ago
  100. d254119 add user_id index to oauth collections by Dave Brondsema · 4 months ago