Commit Graph

  • b24246085f
    CSS: Tweaked css heading font to fall back to body font Dan Brown 2023-06-28 09:35:30 +0100
  • e47870794d API Docs: Add Missing Type in Response Thomas Kuschan 2023-06-26 10:13:47 +0200
  • e43d85b801 API Docs: Remove id from Tag in Response Thomas Kuschan 2023-06-26 10:13:02 +0200
  • bae0e80cee
    Merge pull request #4320 from devdot/improve-api-auth-exception Dan Brown 2023-06-25 23:35:19 +0100
  • 847a57a49a
    Shelf permissions: Removed unused 'create' permission from view Dan Brown 2023-06-25 23:22:49 +0100
  • c74a2608c4
    Updated php dependencies Dan Brown 2023-06-24 11:32:54 +0100
  • dbb6c87580
    Mail Config: Updated how TLS is configured Dan Brown 2023-06-24 11:27:18 +0100
  • 9ae17efce9
    Shelf view: Updated books to be database sorted Dan Brown 2023-06-23 16:42:40 +0100
  • 0a485baf8b
    Merge pull request #4332 from BookStackApp/api_docs_tweaks Dan Brown 2023-06-20 23:47:58 +0100
  • 38883e8d46
    API Docs: Allowed multi-paragraph descriptions Dan Brown 2023-06-20 23:44:39 +0100
  • 4bb2cf5c5f
    Pages API: Added extra helper text to read endpoint Dan Brown 2023-06-20 17:15:32 +0100
  • 8b935e71d1
    Pages API: Made raw_html available on page responses Dan Brown 2023-06-20 17:07:46 +0100
  • 41c3ed154b
    Content Permissions API: Fixed param combination bug Dan Brown 2023-06-20 14:13:26 +0100
  • f5396ecaf0
    Merge pull request #4317 from devdot/http-fetch-improve-exception-logging Dan Brown 2023-06-20 13:49:23 +0100
  • 97d46f43a7 Revert some changes to HttpFetchException Thomas Kuschan 2023-06-19 08:47:47 +0200
  • 22fc720c22
    Merge pull request #4318 from devdot/improve-json-debug-exception Dan Brown 2023-06-18 17:52:57 +0100
  • eb44748084
    Merge branch 'development' of github.com:BookStackApp/BookStack into development Dan Brown 2023-06-17 18:22:01 +0100
  • 00b5dd7852
    Users API: Fixed incorrect created_at date on index endpoint Dan Brown 2023-06-17 18:18:17 +0100
  • 9f4450fea9
    Merge pull request #4322 from BookStackApp/comments_in_editor Dan Brown 2023-06-16 13:23:40 +0100
  • 88aae5b004
    Comments: Fixed failing tests due to unset template variable Dan Brown 2023-06-16 13:17:11 +0100
  • 9a2ef7ef44
    Comments: Added read-only listing into page editor Dan Brown 2023-06-16 13:08:04 +0100
  • 74097bd47c Simplify ApiAuthException control flow Thomas Kuschan 2023-06-14 11:52:22 +0200
  • 7249d947ec Change JsonDebugException to Responsable interface Thomas Kuschan 2023-06-14 14:30:14 +0200
  • c35080d6ce Modify HttpFetchException handle to log exception Thomas Kuschan 2023-06-14 14:09:52 +0200
  • ec775aec02
    Merge branch 'fix-api-404' into development Dan Brown 2023-06-15 17:08:51 +0100
  • e72cf61f7e
    Exceptions: Added some types, simplified some classes Dan Brown 2023-06-15 17:07:40 +0100
  • bb3ce845b4
    Merge branch 'BookStackApp:development' into add-priority Jean-René Rouet 2023-06-15 16:55:14 +0200
  • 70be2e8c9e
    CSS: Reduced styles used in export formats Dan Brown 2023-06-14 13:18:14 +0100
  • 610ad0d613
    Updated fonts to be defined via CSS variables Dan Brown 2023-06-14 12:53:48 +0100
  • 34d8268b2b Refactor notify exception to clean up api exception handling Thomas Kuschan 2023-06-14 11:07:13 +0200
  • 321a459421 Refactor exception handling by using interface Thomas Kuschan 2023-06-13 18:40:37 +0200
  • 56a40f1b23
    Merge pull request #4301 from BookStackApp/css_color_variables Dan Brown 2023-06-13 15:54:27 +0100
  • f7ad387a10
    CSS: Updated status colors to be CSS variables, Added dark variants Dan Brown 2023-06-13 15:52:33 +0100
  • b01bbf9c89
    Page Drafts: Added new "Delete Draft" action to draft menu Dan Brown 2023-06-13 15:13:07 +0100
  • f39938c4e3
    Added activity text for each activity type Dan Brown 2023-06-12 16:45:30 +0100
  • 458cea3644 [API] add priority in book read [API] add priority in chapter create and update [API] add priority in page create and update Jean-René ROUET 2023-06-12 15:12:46 +0200
  • af0b4fa851
    Search: Updated popular items query, load parent book for chapters/pages Dan Brown 2023-06-10 15:08:07 +0100
  • 777027bc48
    Permissions: Updated guest user handling so additional roles apply Dan Brown 2023-06-10 11:37:01 +0100
  • 1e220c473f
    API: Fixed misaligned image datetime format Dan Brown 2023-06-10 10:52:39 +0100
  • 59c7077fd9
    Fixed error on pages without comments Dan Brown 2023-06-09 19:21:49 +0100
  • 07de6ecdc5
    Merge pull request #4286 from BookStackApp/comment_threads Dan Brown 2023-06-09 17:39:02 +0100
  • 19e39ddd1f
    Comments: Updated reply-to and general styling Dan Brown 2023-06-09 17:36:30 +0100
  • 3bede42121
    Comments: Added visual nesting limit, added nesting test Dan Brown 2023-06-09 11:12:39 +0100
  • 3b46b92bb9
    Comments: Updated to show form in expected location Dan Brown 2023-06-08 15:03:38 +0100
  • 9ba7d1e6c5 Fix "HTTP 500 on not found" bug #4290 Thomas Kuschan 2023-06-08 10:50:12 +0200
  • ecf99fa0ed Add test showing the "HTTP 500 on not found" bug Thomas Kuschan 2023-06-08 09:53:53 +0200
  • 154924cc0c
    Comments: updated component and split out code Dan Brown 2023-06-07 17:47:37 +0100
  • 4b9f6beb37
    Comments: Updated to show as nested threads Dan Brown 2023-06-07 13:24:49 +0100
  • 88785aa71b
    Page display pointer: Considerably improved accessibility Dan Brown 2023-05-31 16:38:20 +0100
  • 0323ebccd3
    Chapters API: Allowed move via book_id property Dan Brown 2023-05-30 20:55:24 +0100
  • 3f5dc10cd4
    Altered ldap_connect usage, cleaned up LDAP classes Dan Brown 2023-05-30 13:10:05 +0100
  • 242d23788d
    Merge pull request #4265 from BookStackApp/image_manager_responsive Dan Brown 2023-05-29 16:52:55 +0100
  • 08c73f02c9
    Removed forced initial image manager display Dan Brown 2023-05-29 16:23:37 +0100
  • a139c2a8a2
    Image manager: Improved screen reader usage Dan Brown 2023-05-29 16:21:44 +0100
  • f5ef52ca59
    Image manager: cleaned up style changes, dark mode support Dan Brown 2023-05-29 15:50:36 +0100
  • 948e95e1ad
    Updated test to align with image manager HTML changes Dan Brown 2023-05-29 15:16:16 +0100
  • cd4b612019
    Image update API: added update image file ability Dan Brown 2023-05-29 15:06:17 +0100
  • f78c0635ee
    Fixed bad /api docs redirection on sub path Dan Brown 2023-05-29 14:41:59 +0100
  • e3c4a9d167
    Added the ability to replace existing image files Dan Brown 2023-05-28 17:32:22 +0100
  • 9ff7c97911
    Image manager: Added extra detail below image edit form Dan Brown 2023-05-28 12:07:19 +0100
  • 89d6d862fa
    Image manager: extracted lang text, updated anims and search cancel Dan Brown 2023-05-28 11:37:49 +0100
  • 946c9ae804
    Image manager: supported a tabbed interface on mobile Dan Brown 2023-05-27 16:58:10 +0100
  • dc6133c4c4
    Image manager: added ability to trigger load more via scroll Dan Brown 2023-05-26 18:05:29 +0100
  • 6c91e09c73
    Image manager: Redesigned header bar(s) Dan Brown 2023-05-26 14:30:59 +0100
  • e467324658
    Updated image manager to use grid-based css Dan Brown 2023-05-24 17:07:32 +0100
  • 4c726201f9
    Merge pull request #4262 from BookStackApp/command_cleanup Dan Brown 2023-05-24 13:22:25 +0100
  • 431aeefdda
    Updated command classes to include "Command" in name Dan Brown 2023-05-24 13:21:46 +0100
  • c0620da9f8
    Aligned command class code Dan Brown 2023-05-24 12:59:50 +0100
  • 0704f1bd0d
    Covered untested commands with testing Dan Brown 2023-05-24 10:34:43 +0100
  • 3b31ac75ec
    Merge pull request #4247 from BookStackApp/controller_cleanup Dan Brown 2023-05-24 09:12:49 +0100
  • df6326e5ab
    Fixed failing references after controller/file reshuffle Dan Brown 2023-05-24 09:06:15 +0100
  • 4ac8ecad6b
    Updated version and assets for release v23.05.2 Dan Brown 2023-05-23 12:36:46 +0100
  • 903e88c700
    Merge branch 'development' into release Dan Brown 2023-05-23 12:36:29 +0100
  • c0d5e158d7
    Updated translation attribution before v23.05.2 Dan Brown 2023-05-23 12:32:39 +0100
  • 99377d43c1
    Updated php deps Dan Brown 2023-05-22 20:52:50 +0100
  • ebb1942fb8
    Updated translations with latest Crowdin changes (#4239) Dan Brown 2023-05-22 20:51:22 +0100
  • 152f7f3ad0
    Merge pull request #4252 from BookStackApp/cli_update_2 Dan Brown 2023-05-22 20:45:32 +0100
  • 8a03442b5b
    Merge pull request #4254 from BookStackApp/code_active_line Dan Brown 2023-05-22 20:44:05 +0100
  • e591f4896e
    Allowed attachment drag via main text link Dan Brown 2023-05-22 20:23:19 +0100
  • 6a7bc68b61
    Allowed button-based multi-file uploads Dan Brown 2023-05-22 14:19:18 +0100
  • 924f517217
    Updated code view block line highlighting to only show on focus Dan Brown 2023-05-22 14:05:07 +0100
  • 150b40edc1
    Updated System CLI Dan Brown 2023-05-22 10:28:12 +0100
  • 141eecb858
    Cleaned up namespacing in routes Dan Brown 2023-05-18 20:53:39 +0100
  • 295cd01605
    Played around with a new app structure Dan Brown 2023-05-17 17:56:55 +0100
  • ed96aa820e
    Updated version and assets for release v23.05.1 Dan Brown 2023-05-08 16:05:50 +0100
  • 63ec079b7b
    Merge branch 'development' into release Dan Brown 2023-05-08 16:04:51 +0100
  • c17906c758
    Updated translator attribution before release v23.05.1 Dan Brown 2023-05-08 16:04:02 +0100
  • 62d5701578
    Merge pull request #4229 from BookStackApp/cli-update Dan Brown 2023-05-08 15:21:04 +0100
  • 9f1a6947ab
    Updated system CLI Dan Brown 2023-05-08 15:16:30 +0100
  • ae90776927
    Updated translations with latest Crowdin changes (#4211) Dan Brown 2023-05-08 14:49:01 +0100
  • 4489f65371
    Fixed code block line-number bar showing in exports Dan Brown 2023-05-08 14:45:45 +0100
  • ee1e047964
    Updated php deps, formatted command changes Dan Brown 2023-05-08 14:37:01 +0100
  • 8846f7d255
    Prevented shorcuts activating when in codemirror areas Dan Brown 2023-05-08 14:28:03 +0100
  • 2523cee0e2
    WYSWIYG code blocks: copied head styles into shadow root Dan Brown 2023-05-08 12:21:53 +0100
  • b5cc0a8e38
    Fixed added padding around hr tags in details blocks Dan Brown 2023-05-08 12:01:52 +0100
  • 3bcbf6b9c5
    Added WYSWIYG editor code editor cancel focus return Dan Brown 2023-05-07 19:36:10 +0100
  • 573bc3ec45
    Added force option for update-url command Dan Brown 2023-05-06 23:05:25 +0100
  • d485fcb3db
    Updated version and assets for release v23.05 Dan Brown 2023-05-03 11:05:33 +0100
  • 0f895668a4
    Merge branch 'development' into release Dan Brown 2023-05-03 11:03:29 +0100
  • 57bdd83d8c
    Added mostodon badge in readme, updated CLI Dan Brown 2023-05-03 10:56:36 +0100