]> BookStack Code Mirror - bookstack/log
bookstack
6 years agoUpdated verison for 0.26 dev path
Dan Brown [Tue, 7 May 2019 20:55:41 +0000 (21:55 +0100)]
Updated verison for 0.26 dev path

6 years agoMerge pull request #1420 from moucho/master
Dan Brown [Tue, 7 May 2019 20:52:02 +0000 (21:52 +0100)]
Merge pull request #1420 from moucho/master

Spanish translation

6 years agoMerge pull request #1419 from Mant1kor/master
Dan Brown [Tue, 7 May 2019 20:51:15 +0000 (21:51 +0100)]
Merge pull request #1419 from Mant1kor/master

Ukrainian translation update

6 years agoSpanish 1420/head
moucho [Mon, 6 May 2019 23:28:00 +0000 (01:28 +0200)]
Spanish

6 years agoUpdate validation.php 1419/head
Mantikor [Mon, 6 May 2019 20:11:23 +0000 (23:11 +0300)]
Update validation.php

6 years agoUpdate settings.php
Mantikor [Mon, 6 May 2019 20:05:48 +0000 (23:05 +0300)]
Update settings.php

6 years agoUpdate passwords.php
Mantikor [Mon, 6 May 2019 19:27:17 +0000 (22:27 +0300)]
Update passwords.php

6 years agoUpdate pagination.php
Mantikor [Mon, 6 May 2019 19:26:43 +0000 (22:26 +0300)]
Update pagination.php

6 years agoUpdate errors.php
Mantikor [Mon, 6 May 2019 19:25:40 +0000 (22:25 +0300)]
Update errors.php

6 years agoUpdate auth.php
Mantikor [Mon, 6 May 2019 19:21:29 +0000 (22:21 +0300)]
Update auth.php

6 years agoUpdate common.php
Mantikor [Mon, 6 May 2019 19:21:15 +0000 (22:21 +0300)]
Update common.php

6 years agoUpdate entities.php
Mantikor [Mon, 6 May 2019 19:20:31 +0000 (22:20 +0300)]
Update entities.php

6 years agoUpdate components.php
Mantikor [Mon, 6 May 2019 18:57:22 +0000 (21:57 +0300)]
Update components.php

6 years agoUpdate common.php
Mantikor [Mon, 6 May 2019 18:56:10 +0000 (21:56 +0300)]
Update common.php

6 years agoUpdate auth.php
Mantikor [Mon, 6 May 2019 18:45:16 +0000 (21:45 +0300)]
Update auth.php

6 years agoUpdate activities.php
Mantikor [Mon, 6 May 2019 18:40:04 +0000 (21:40 +0300)]
Update activities.php

6 years agoMerge pull request #1 from BookStackApp/master
Mantikor [Mon, 6 May 2019 18:33:09 +0000 (21:33 +0300)]
Merge pull request #1 from BookStackApp/master

merge changes

6 years agoMerge pull request #1417 from Hambern/master
Dan Brown [Mon, 6 May 2019 17:44:51 +0000 (18:44 +0100)]
Merge pull request #1417 from Hambern/master

Updated the swedish lang files

6 years agoUpdated the swedish lang files 1417/head
vagrant [Mon, 6 May 2019 17:19:51 +0000 (17:19 +0000)]
Updated the swedish lang files

6 years agoUpdated dropdowns to close all others before opening
Dan Brown [Mon, 6 May 2019 16:59:17 +0000 (17:59 +0100)]
Updated dropdowns to close all others before opening

6 years agoFixed intersection observer check on iOS
Dan Brown [Mon, 6 May 2019 15:08:08 +0000 (16:08 +0100)]
Fixed intersection observer check on iOS

6 years agoTweaked colors for accessibility, applied fixes found during testing
Dan Brown [Sun, 5 May 2019 23:15:03 +0000 (00:15 +0100)]
Tweaked colors for accessibility, applied fixes found during testing

- Fixed overriding h3 content header style.
- Updated notification styling to be less overwhelming.
- Increased floated image margin.
- Adjusted callout icon placement.
- Fixed tinymce fullscreen zindex issue.

6 years agoFixed shelf activity display & updated book sort operation
Dan Brown [Sun, 5 May 2019 14:54:22 +0000 (15:54 +0100)]
Fixed shelf activity display & updated book sort operation

6 years agoMade app core timezone configurable via env
Dan Brown [Sun, 5 May 2019 14:09:04 +0000 (15:09 +0100)]
Made app core timezone configurable via env

Related to #1407

6 years agoRan phpcbf
Dan Brown [Sun, 5 May 2019 13:54:37 +0000 (14:54 +0100)]
Ran phpcbf

6 years agoAdded ability for dropdown menu to be bottom of dom body
Dan Brown [Sun, 5 May 2019 13:43:26 +0000 (14:43 +0100)]
Added ability for dropdown menu to be bottom of dom body

- Used when a dropdown is within a scrollable section such as editor
toolbar on mobile.
- Also made mobile page save button more obvious by increasing size and
inverting color.

6 years agoPrevented potential inline JS event usage
Dan Brown [Sun, 5 May 2019 12:53:37 +0000 (13:53 +0100)]
Prevented potential inline JS event usage

- Removes 'on*' attributes from elements.
- Also updated script logic to remove scripts instead of escaping.
- All JS injection removal now uses DomDocument + xpath parsing.

6 years agoMerge pull request #1410 from BookStackApp/image_management_rewrite
Dan Brown [Sat, 4 May 2019 17:16:58 +0000 (18:16 +0100)]
Merge pull request #1410 from BookStackApp/image_management_rewrite

Image management rewrite

6 years agoUpdated existing image tests to reflect changes 1410/head
Dan Brown [Sat, 4 May 2019 17:11:00 +0000 (18:11 +0100)]
Updated existing image tests to reflect changes

- Also added some new tests

6 years agoChange image-selector to not use manager
Dan Brown [Sat, 4 May 2019 14:48:15 +0000 (15:48 +0100)]
Change image-selector to not use manager

- Now changes the images directly for user, system & cover.
- Extra permission checks added to edit & delete actions.

6 years agoStarted diversion to not using image manager for cover/system/user
Dan Brown [Sat, 27 Apr 2019 13:55:23 +0000 (14:55 +0100)]
Started diversion to not using image manager for cover/system/user

6 years agoStarted extraction of image controller to separate controllers
Dan Brown [Sat, 27 Apr 2019 13:18:00 +0000 (14:18 +0100)]
Started extraction of image controller to separate controllers

6 years agoStarted rewriting back-end image managment
Dan Brown [Sun, 21 Apr 2019 14:52:29 +0000 (15:52 +0100)]
Started rewriting back-end image managment

6 years agoPrevented invalid form inputs having incorrect padding
Dan Brown [Sun, 21 Apr 2019 13:11:49 +0000 (14:11 +0100)]
Prevented invalid form inputs having incorrect padding

6 years agoUpdated TinyMCE to version 4.9.4
Dan Brown [Sun, 21 Apr 2019 12:49:46 +0000 (13:49 +0100)]
Updated TinyMCE to version 4.9.4

6 years agoMerge branch 'cw1998-fix/registraion-form-validation'
Dan Brown [Sun, 21 Apr 2019 11:52:11 +0000 (12:52 +0100)]
Merge branch 'cw1998-fix/registraion-form-validation'

6 years agoUpdated register link text/placement on login card
Dan Brown [Sun, 21 Apr 2019 11:45:09 +0000 (12:45 +0100)]
Updated register link text/placement on login card

- Also extracted "Already have account?" text to translation files.

6 years agoMerge branch 'fix/registraion-form-validation' of git://github.com/cw1998/BookStack...
Dan Brown [Sun, 21 Apr 2019 11:24:39 +0000 (12:24 +0100)]
Merge branch 'fix/registraion-form-validation' of git://github.com/cw1998/BookStack into cw1998-fix/registraion-form-validation

6 years agoAdded deeper content id de-duplication
Dan Brown [Sun, 21 Apr 2019 11:22:41 +0000 (12:22 +0100)]
Added deeper content id de-duplication

Closes #1393

6 years agoMerge branch 'XVilka-patch-1'
Dan Brown [Sat, 20 Apr 2019 12:32:03 +0000 (13:32 +0100)]
Merge branch 'XVilka-patch-1'

6 years agoMerge branch 'patch-1' of git://github.com/XVilka/BookStack into XVilka-patch-1
Dan Brown [Sat, 20 Apr 2019 12:30:50 +0000 (13:30 +0100)]
Merge branch 'patch-1' of git://github.com/XVilka/BookStack into XVilka-patch-1

6 years agoAdd revision restore confirm and changed http method
Dan Brown [Sat, 20 Apr 2019 12:25:16 +0000 (13:25 +0100)]
Add revision restore confirm and changed http method

Closes #1321

6 years agoUpdated md drawing mngr shortcut to work on mac cmd key
Dan Brown [Sat, 20 Apr 2019 12:12:35 +0000 (13:12 +0100)]
Updated md drawing mngr shortcut to work on mac cmd key

Closes #1228

6 years agoAdded test to check page HTML id de-duplication
Dan Brown [Sat, 20 Apr 2019 12:01:22 +0000 (13:01 +0100)]
Added test to check page HTML id de-duplication

Relates to #1393

6 years agoMerge branch 'cw1998-fix/dot-in-role-names'
Dan Brown [Sat, 20 Apr 2019 10:26:48 +0000 (11:26 +0100)]
Merge branch 'cw1998-fix/dot-in-role-names'

6 years agoMerge branch 'fix/dot-in-role-names' of git://github.com/cw1998/BookStack into cw1998...
Dan Brown [Tue, 16 Apr 2019 22:08:23 +0000 (23:08 +0100)]
Merge branch 'fix/dot-in-role-names' of git://github.com/cw1998/BookStack into cw1998-fix/dot-in-role-names

6 years agoUpdated ldap server option parsing to work with protocol and port
Dan Brown [Tue, 16 Apr 2019 21:47:53 +0000 (22:47 +0100)]
Updated ldap server option parsing to work with protocol and port

- Aligns with PHP behaviour where ports is ignore for full LDAP URI.
- Added tests to check format being passed to LDAP is as expected.
- May be related to #1220
- Related to #1386 and #1278

6 years agoAdd min length validation on name on register form & add sign up link 1395/head
Christopher Wilkinson [Tue, 16 Apr 2019 11:18:51 +0000 (12:18 +0100)]
Add min length validation on name on register form & add sign up link

6 years agoReduced markup for books icon
Dan Brown [Mon, 15 Apr 2019 20:21:54 +0000 (21:21 +0100)]
Reduced markup for books icon

6 years agoPrevented bad duplicate IDs causing major exception
Dan Brown [Mon, 15 Apr 2019 20:20:32 +0000 (21:20 +0100)]
Prevented bad duplicate IDs causing major exception

Related to #1393

6 years agoMerge branch 'cw1998-feature/create-book-button-on-shelves'
Dan Brown [Mon, 15 Apr 2019 19:45:14 +0000 (20:45 +0100)]
Merge branch 'cw1998-feature/create-book-button-on-shelves'

6 years agoAligned item creation wording and updated shelf-book-add logic
Dan Brown [Mon, 15 Apr 2019 19:43:25 +0000 (20:43 +0100)]
Aligned item creation wording and updated shelf-book-add logic

6 years agoReplace dots with something else on user create and edit screens 1392/head
Christopher Wilkinson [Mon, 15 Apr 2019 14:42:18 +0000 (15:42 +0100)]
Replace dots with something else on user create and edit screens

6 years agoUpdate create new book button on shelves to 2019 design 1366/head
Christopher Wilkinson [Mon, 15 Apr 2019 09:56:21 +0000 (10:56 +0100)]
Update create new book button on shelves to 2019 design

6 years agoFix phpcs issues
Christopher Wilkinson [Wed, 3 Apr 2019 09:26:24 +0000 (10:26 +0100)]
Fix phpcs issues

6 years agoAdd tests for creating a book and adding directly to a shelf
Christopher Wilkinson [Wed, 3 Apr 2019 09:05:08 +0000 (10:05 +0100)]
Add tests for creating a book and adding directly to a shelf

6 years agoAdd button to add a book directly from a shelf view
Christopher Wilkinson [Tue, 2 Apr 2019 15:35:46 +0000 (16:35 +0100)]
Add button to add a book directly from a shelf view

6 years agoTweaked header font size to fit redesign better
Dan Brown [Sun, 14 Apr 2019 13:20:53 +0000 (14:20 +0100)]
Tweaked header font size to fit redesign better

6 years agoMerge pull request #1153 from BookStackApp/2019-design
Dan Brown [Sun, 14 Apr 2019 12:54:36 +0000 (13:54 +0100)]
Merge pull request #1153 from BookStackApp/2019-design

WIP: 2019 design

6 years agoUpdated user references to be app-default-supporting functions 1153/head
Dan Brown [Sun, 14 Apr 2019 12:19:33 +0000 (13:19 +0100)]
Updated user references to be app-default-supporting functions

6 years agoUpdated view toggle to store date
Dan Brown [Sun, 14 Apr 2019 12:01:51 +0000 (13:01 +0100)]
Updated view toggle to store date

Also added test for user list order preferences

6 years agoUpdated markdown editor for mobile
Dan Brown [Sun, 14 Apr 2019 11:04:20 +0000 (12:04 +0100)]
Updated markdown editor for mobile

Also tweaked padding and responsivness on many common elements

6 years agoUpdated editor usability on mobile
Dan Brown [Sat, 13 Apr 2019 17:30:11 +0000 (18:30 +0100)]
Updated editor usability on mobile

6 years agoUpdated tri-layout on mobile to be tab based
Dan Brown [Sat, 13 Apr 2019 16:36:27 +0000 (17:36 +0100)]
Updated tri-layout on mobile to be tab based

6 years agoAdded column select-all to role permission table
Dan Brown [Sat, 13 Apr 2019 12:16:18 +0000 (13:16 +0100)]
Added column select-all to role permission table

6 years agoFixed "Add comment" layout when no comments exist
Dan Brown [Sat, 13 Apr 2019 11:58:57 +0000 (12:58 +0100)]
Fixed "Add comment" layout when no comments exist

6 years agoOrganised entity action buttons a little more
Dan Brown [Sat, 13 Apr 2019 11:46:15 +0000 (12:46 +0100)]
Organised entity action buttons a little more

6 years agoAdded select-all helpers to permission tables
Dan Brown [Sat, 13 Apr 2019 11:07:27 +0000 (12:07 +0100)]
Added select-all helpers to permission tables

6 years agoUpdated guest page-create intermediate page
Dan Brown [Sat, 13 Apr 2019 10:30:19 +0000 (11:30 +0100)]
Updated guest page-create intermediate page

6 years agoUpdated empty container item states
Dan Brown [Sat, 13 Apr 2019 10:24:41 +0000 (11:24 +0100)]
Updated empty container item states

6 years agoUpdated and aligned entity dashboard elements
Dan Brown [Sat, 13 Apr 2019 10:09:17 +0000 (11:09 +0100)]
Updated and aligned entity dashboard elements

6 years agoUpdated the design of the comments section
Dan Brown [Sat, 13 Apr 2019 09:50:24 +0000 (10:50 +0100)]
Updated the design of the comments section

6 years agoAdded bookshelves to breadcrumbs
Dan Brown [Sun, 7 Apr 2019 17:28:11 +0000 (18:28 +0100)]
Added bookshelves to breadcrumbs

- Updated breadcrumb dropdown switchers and back-end sibling code to handle new breadcrumbs.
- Added breadcrumb view composer and EntityContext system to mangage
tracking if in the context of a bookshelf.

6 years agoStandardised view referencing to dot-notation
Dan Brown [Sun, 7 Apr 2019 11:00:09 +0000 (12:00 +0100)]
Standardised view referencing to dot-notation

6 years agoRemoved important color overrides to a tags
Dan Brown [Sun, 7 Apr 2019 10:36:50 +0000 (11:36 +0100)]
Removed important color overrides to a tags

6 years agoCleaned up usage of some core scss files
Dan Brown [Sun, 7 Apr 2019 10:34:40 +0000 (11:34 +0100)]
Cleaned up usage of some core scss files

6 years agoActioned some todo items, Cleaned old grid css
Dan Brown [Sun, 7 Apr 2019 08:57:48 +0000 (09:57 +0100)]
Actioned some todo items, Cleaned old grid css

6 years agoFixed entity excerpt function signature misalignment
Dan Brown [Sat, 6 Apr 2019 17:47:27 +0000 (18:47 +0100)]
Fixed entity excerpt function signature misalignment

6 years agoUpdated tests to suit layout changes, Updated 404 page
Dan Brown [Sat, 6 Apr 2019 17:36:17 +0000 (18:36 +0100)]
Updated tests to suit layout changes, Updated 404 page

- Also replaced 'or' usage in templates with null coalescing operator

6 years agoCleaned up old toolbar usage
Dan Brown [Sat, 6 Apr 2019 16:43:44 +0000 (17:43 +0100)]
Cleaned up old toolbar usage

6 years agoUpdated custom homepage views
Dan Brown [Sat, 6 Apr 2019 16:31:59 +0000 (17:31 +0100)]
Updated custom homepage views

6 years agoAdded book selector to books sort
Dan Brown [Sat, 6 Apr 2019 15:56:50 +0000 (16:56 +0100)]
Added book selector to books sort

Now more efficient rather than listing all books in the system.

6 years agoAdded shelves and search shortcuts to profile page
Dan Brown [Sat, 6 Apr 2019 15:21:20 +0000 (16:21 +0100)]
Added shelves and search shortcuts to profile page

6 years agoFixed tri-layout overflow in some scenarios
Dan Brown [Sat, 30 Mar 2019 17:07:01 +0000 (17:07 +0000)]
Fixed tri-layout overflow in some scenarios

6 years agoImplemented new design in entity selector
Dan Brown [Sat, 30 Mar 2019 16:54:15 +0000 (16:54 +0000)]
Implemented new design in entity selector

- Also showed entity path in search.
- Cleaned popular entity fetch logic.
- Cleaned entity selector JS code a little

6 years agoFixed up edit views to use new layout
Dan Brown [Sat, 30 Mar 2019 15:49:14 +0000 (15:49 +0000)]
Fixed up edit views to use new layout

- Also updated chapter pages in books view to show detail

6 years agoCleaned up sidebar book tree and moved details
Dan Brown [Sat, 30 Mar 2019 15:15:01 +0000 (15:15 +0000)]
Cleaned up sidebar book tree and moved details

- Also made top-spacing more consistent

6 years agoCleaned up some existing tri-column views
Dan Brown [Sat, 30 Mar 2019 14:27:00 +0000 (14:27 +0000)]
Cleaned up some existing tri-column views

6 years agoMerge branch 'master' into 2019-design
Dan Brown [Sat, 30 Mar 2019 13:17:29 +0000 (13:17 +0000)]
Merge branch 'master' into 2019-design

6 years agoUpdated readme with security info
Dan Brown [Sun, 24 Mar 2019 20:42:52 +0000 (20:42 +0000)]
Updated readme with security info

6 years agoAdded helper text for no_double_extension validation
Dan Brown [Sun, 24 Mar 2019 19:40:45 +0000 (19:40 +0000)]
Added helper text for no_double_extension validation

6 years agoMerge pull request #1348 from agvol/master
Dan Brown [Sun, 24 Mar 2019 19:14:53 +0000 (19:14 +0000)]
Merge pull request #1348 from agvol/master

Russian translation

6 years agoMerge pull request #1347 from cima/czech-translation
Dan Brown [Sun, 24 Mar 2019 19:13:48 +0000 (19:13 +0000)]
Merge pull request #1347 from cima/czech-translation

Czech translation

6 years agoMerge pull request #1327 from leomartinez/master
Dan Brown [Sun, 24 Mar 2019 19:11:01 +0000 (19:11 +0000)]
Merge pull request #1327 from leomartinez/master

Updated 'Spanish Argentina' translation.

6 years agoPrevent dbl exts. on img upload, Randomized attachment upload names
Dan Brown [Sun, 24 Mar 2019 19:07:18 +0000 (19:07 +0000)]
Prevent dbl exts. on img upload, Randomized attachment upload names

6 years agoUpdate russian lang 1348/head
agvol [Sat, 23 Mar 2019 07:22:54 +0000 (10:22 +0300)]
Update russian lang

6 years agoUpdate russian lang
agvol [Sat, 23 Mar 2019 07:18:44 +0000 (10:18 +0300)]
Update russian lang

6 years agoUpdate russian lang
agvol [Sat, 23 Mar 2019 07:04:50 +0000 (10:04 +0300)]
Update russian lang

6 years agoCzech translation 1347/head
Martin Šimek [Fri, 22 Mar 2019 23:35:42 +0000 (00:35 +0100)]
Czech translation

+ Unit test repair

6 years agoCzech translation
Martin Šimek [Fri, 22 Mar 2019 21:46:44 +0000 (22:46 +0100)]
Czech translation

+ Typos
+ errors.php

Morty Proxy This is a proxified and sanitized view of the page, visit original site.