1. db1a3e4 [#422] Fix on allura-api.json file by Daniel Castillo · 13 hours ago master
  2. dd95168 [#422] Update on allura-api.json file by Daniel Castillo · 2 days ago
  3. 13ec908 [#422] json file to generate openapi allura api docs by Daniel Castillo · 3 days ago
  4. 57d1aca [#9485] Disable OAuth2 authorize button and change its text value on click by Carlos Cruz · 3 weeks ago
  5. 8819607 bump certifi 2024.2.2 -> 2024.7.4 by Guillermo Cruz · 3 weeks ago
  6. 8da4fc6 support per-page csp_frame_domains modifier by Dave Brondsema · 3 weeks ago
  7. 1dea36f skip per-user and per-nbhd limit checks when creating a user project by Dave Brondsema · 3 weeks ago
  8. ba2dad8 running with threads is good, for our prod example by Dave Brondsema · 4 weeks ago
  9. 6cf8f97 bump requests 2.32.1 -> 2.32.3 by Guillermo Cruz · 4 weeks ago
  10. e25f0f4 bump cryptography 42.0.5 -> 42.0.8 by Guillermo Cruz · 4 weeks ago
  11. 28c9b6f publicize security fix in changelog by Dave Brondsema · 5 weeks ago
  12. 74c1039 make scripts/add_user_to_group.py work without a --replaces-users value by Dave Brondsema · 5 weeks ago
  13. 4518096 bump urllib3 2.2.1 -> 2.2.2 by Guillermo Cruz · 6 weeks ago
  14. 75e520f CHANGES updated for ASF release 1.17.1 by Dave Brondsema · 6 weeks ago rel/1.17.1
  15. d73c6eb improve url checks by Dave Brondsema · 6 weeks ago
  16. d49f883 [#8556] remove TruthyCallable, has_access() now returns a normal bool by Dave Brondsema · 6 weeks ago
  17. 2b8b709 remove #allura irc mentions by Dave Brondsema · 6 weeks ago
  18. 5c012d8 delete unused jinja file with invalid syntax by Dave Brondsema · 6 weeks ago
  19. 8d25b6f replace tabs with spaces in jinja html files by Dave Brondsema · 6 weeks ago
  20. 2fb08c9 add jinja linter to pre-commit by Dave Brondsema · 6 weeks ago
  21. 4efffe1 publicize security fix in CHANGES file by Dave Brondsema · 7 weeks ago
  22. 3a72196 CHANGES updated for ASF release 1.17.0 by Dave Brondsema · 7 weeks ago rel/1.17.0
  23. 1337e87 remove deprecated version line from docker-compose.yml by Dave Brondsema · 7 weeks ago
  24. 67f9d71 Update copyright year by Dave Brondsema · 7 weeks ago
  25. 3c8b539 use urlopen in blog external rss feed processing by Dave Brondsema · 3 months ago
  26. 1f21d4d rename class by Dave Brondsema · 3 months ago
  27. 156ec6f prevent dns rebinding by Dave Brondsema · 3 months ago
  28. ec117d6 update tests by Dave Brondsema · 3 months ago
  29. f6c97a8 [#7272] do not permit tokens in URL for oauth2 by Dave Brondsema · 8 weeks ago
  30. 36b2219 [#7272] better repr for if/when oauthlib DEBUG logging is enabled by Dave Brondsema · 8 weeks ago
  31. ca980de [#7272] do not allow http: redirect urls by Dave Brondsema · 8 weeks ago
  32. 7321fb9 fix username hover on ticket search results by Dave Brondsema · 9 weeks ago
  33. 8a69cd0 [#7272] Add custom bearer token feature and other fixes by Carlos Cruz · 2 months ago
  34. 5630217 move akismet imports, in case the package is not installed by Dave Brondsema · 9 weeks ago
  35. 743540f convert akismet response type to bool, for SpamCheckResult by Dave Brondsema · 10 weeks ago
  36. aa3a6bd [#dependency-checks] Upgrade requests 2.31.0 -> 2.32.1, and its deps: certifi,charset-normalizer,idna,urllib3 by Dillon Walls · 10 weeks ago
  37. 8af73c1 [#7272] small improvements by Dave Brondsema · 2 months ago
  38. 84d9051 [#7272] combine oauth1 and oauth2 settings onto existing page, improve tests by Dave Brondsema · 3 months ago
  39. 614d02d [#7272] convert HTML comments to jinja comments by Dave Brondsema · 2 months ago
  40. c0a6fa4 make TestClearOldNotifications pass even when it runs really fast (executing on same timestamp) by Dave Brondsema · 2 months ago
  41. 6dcad14 [#7272] Update docs and wiki-copy script for OAuth2 by Carlos Cruz · 2 months ago
  42. 85ab892 [#8558] make sure all user prefs changes get indexed by solr by Guillermo Cruz · 3 months ago
  43. 85a8e24 code cleanup using autopep8 by Guillermo Cruz · 2 months ago pep8-cleanup
  44. 634892b fixup! [#7272] Implement additional security features for OAuth2 support by Carlos Cruz · 3 months ago
  45. bf7da30 [#7272] Implement additional security features for OAuth2 support by Carlos Cruz · 3 months ago
  46. ee46bcb Ignore .vscode settings folder by Carlos Cruz · 3 months ago
  47. 7a30aaf bump werkzeug 3.0.2 -> 3.0.3 by Guillermo Cruz · 3 months ago
  48. ea3fb03 upgrade jinja2 by Dave Brondsema · 3 months ago
  49. 267fab5 [#8559] update API docs for ticket endpoints by Dave Brondsema · 3 months ago db/8559
  50. 91d39a1 [#8559] make the ticket "private" field inherit from StringBool like discussion_disabled does by Dave Brondsema · 3 months ago
  51. 6ce8224 [#8559] simplify some api test setup by Dave Brondsema · 3 months ago
  52. 0aab2bd [#8557] update akismet version (optional) by Dave Brondsema · 3 months ago
  53. 13cfdd5 [#7272] OAuth2 tests, renaming, improvements, config option by Carlos Cruz · 3 months ago
  54. 8178912 [#7272] Add authorization views and improve validations by Carlos Cruz · 4 months ago
  55. 0628922 code updates to AkismetWithoutStartupVerify by Guillermo Cruz · 3 months ago akismet-update
  56. e83afa8 pin docutils to v0.20.1 to keep compatibility with older versions of Python by Guillermo Cruz · 3 months ago
  57. 21b6e82 [#8557] updated _strip_tags_re with regexp since it was removed from markupsafe package by Guillermo Cruz · 3 months ago gc/8557
  58. 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 · 3 months ago
  59. 4052bd6 [#8557] Upgrade gunicorn 21.2.0 -> 22.0.0, and its deps: packaging by Guillermo Cruz · 3 months ago
  60. b94e1b8 [#8557] Upgrade pytest-sugar 0.9.7 -> 1.0.0, and its deps: packaging,pytest,iniconfig,packaging,pluggy,termcolor by Guillermo Cruz · 3 months ago
  61. 7c62852 [#8557] Upgrade pytest 7.4.4 -> 8.1.1, and its deps: iniconfig,packaging,pluggy by Guillermo Cruz · 3 months ago
  62. 076b9c2 [#8557] Upgrade testfixtures 7.2.2 -> 8.1.0 by Guillermo Cruz · 3 months ago
  63. 87663f7 [#8557] Upgrade ruff 0.3.2 -> 0.3.7 by Guillermo Cruz · 3 months ago
  64. c5490f4 [#8557] Upgrade werkzeug 3.0.1 -> 3.0.2, and its deps: MarkupSafe by Guillermo Cruz · 3 months ago
  65. 4d3ef94 [#8557] Upgrade WebHelpers2 2.0 -> 2.1, and its deps: MarkupSafe,six by Guillermo Cruz · 3 months ago
  66. daa6b80 [#8557] Upgrade requests-oauthlib 1.3.1 -> 2.0.0, and its deps: oauthlib,requests,certifi,charset-normalizer,idna,urllib3 by Guillermo Cruz · 3 months ago
  67. 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 · 3 months ago
  68. 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 · 3 months ago
  69. 88d5be3 [#8557] Upgrade PasteScript 3.4.0 -> 3.5.1, and its deps: Paste,setuptools,six,PasteDeploy,setuptools,six by Guillermo Cruz · 3 months ago
  70. 094a4ad [#8557] Upgrade Markdown 3.5.2 -> 3.6 by Guillermo Cruz · 3 months ago
  71. 8e4fde0 [#8557] Upgrade GitPython 3.1.41 -> 3.1.43, and its deps: gitdb,smmap by Guillermo Cruz · 3 months ago
  72. 844a4d5 [#8557] Upgrade emoji 2.9.0 -> 2.11.0 by Guillermo Cruz · 3 months ago
  73. 43eb276 [#8557] Upgrade beaker-session-jwt 1.0.1 -> no upgrade, and its deps: Beaker,joserfc,cryptography,cffi,pycparser,pymongo by Guillermo Cruz · 3 months ago
  74. 9c9d092 [#8557] Upgrade Beaker 1.12.1 -> 1.13.0 by Guillermo Cruz · 3 months ago
  75. 2bfe922 [#8557] Upgrade beautifulsoup4 4.12.2 -> 4.12.3, and its deps: soupsieve by Guillermo Cruz · 3 months ago
  76. 3aebac9 [#8557] Upgrade ActivityStream 0.4.2 -> no upgrade, and its deps: pymongo by Guillermo Cruz · 3 months ago
  77. 60ada4f bump idna 3.6 -> 3.7 by Guillermo Cruz · 4 months ago
  78. 1edc566 [#8556] simplify more calls by Dave Brondsema · 4 months ago
  79. 74e83f2 [#8556] remove unnecessary extra () on has_access calls by Dave Brondsema · 4 months ago
  80. e0ee0fd [#8556] avoid recursive TruthyCallable by Dave Brondsema · 4 months ago
  81. b6f3dcb [#8555] debugging option within has_access by Dave Brondsema · 4 months ago
  82. 431109b [#8555] some specific checks for blocked users, when creating new forum threads by Dave Brondsema · 4 months ago
  83. d7af032 bump Pillow package 10.2.0 -> 10.3.0 by Guillermo Cruz · 4 months ago
  84. 114c7be [#8540] wiki pages' recent sort by mod_date; simplify code by Dave Brondsema · 4 months ago db/8540
  85. f797888 Merge commit '8507cf9ae558ea4f93940f7284dcbd004c19e065' by Dillon Walls · 4 months ago
  86. 0ca5177 [#8539] code simplifications by Dave Brondsema · 4 months ago
  87. 468ed46 [#8539] add some pylint checks by Dave Brondsema · 4 months ago
  88. 0d48081 [#8539] add bandit checks by Dave Brondsema · 4 months ago
  89. 0912282 [#8539] remove old teamforge import script, which had lots of hardcoded specifics by Dave Brondsema · 4 months ago
  90. d75b317 [#8539] upgrade ruff by Dave Brondsema · 4 months ago
  91. 8507cf9 [#7663] Initial work to support OAuth2 authorization by Carlos Cruz · 4 months ago
  92. 9ebd2cb [#8538] add new get_object_from_id timeline helper method which tries to find an object from an allura_id by Dillon Walls · 5 months ago
  93. d3c5f4b keep flash messages more visible by Dave Brondsema · 4 months ago
  94. 7ff9443 support overlapping admin urls, if a tool is installed with "groups" mount point by Dave Brondsema · 5 months ago
  95. 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 · 5 months ago
  96. d44e0aa remove unittest from these classes, it won't work well with pytest parametrize by Dave Brondsema · 5 months ago
  97. 15ff11b [#8537] small update to notifications function to set active by Guillermo Cruz · 5 months ago
  98. ba99556 add active class to notification messages by Guillermo Cruz · 5 months ago
  99. 2f38593 future annotations in a few files, so it works fine on python 3.8 still by Dave Brondsema · 5 months ago
  100. 1ced114 make it easier to change order of sidebar items w/ the AdminExtension by Dillon Walls · 5 months ago