Commit Graph

27 Commits

Author SHA1 Message Date
ae93a6ed07 Converted primary color use to css variable
- Removed all existing SCSS usage of primary color.
- Cut down custom styles injection to just be css vars.
- Reduced button styles so default button is primary.
- Updated button styles to lighten/brighten on hover & active states even
when a custom color is set.
- Removed unused scss color vars.
- Updated default BookStack blue to achieve better accessibility.
2019-08-25 12:40:04 +01:00
421dd93ffd Merge branch 'v0.26' 2019-08-06 21:50:56 +01:00
f417675b1d Prevented normal users from changing own email
To address #1542

Updates to only allow email changes by users with the users-manage role
permission.
2019-08-06 21:29:42 +01:00
6504a6f599 Hide permissions table unless custom permissions are enabled 2019-06-23 14:29:58 +02:00
29f17fd154 Replace dots with something else on user create and edit screens 2019-04-15 15:42:18 +01:00
07adfb2ff1 Added select-all helpers to permission tables 2019-04-13 12:07:27 +01:00
8c21b5345d Cleaned up usage of some core scss files 2019-04-07 11:34:40 +01:00
138f5d5c4f Updated user and shelf views to new design 2019-02-03 13:45:45 +00:00
880d4f35da Started the migration of the setting views 2019-02-02 15:49:57 +00:00
32603362a6 Updated a bunch of book views 2019-01-31 20:37:12 +00:00
8fcbe44d3e Updated styles for auth and books views.
Also added sourcemaps to gulp sass build
2017-08-26 13:24:55 +01:00
066adf3cea Moved text for errors and form views.
Updated 404 page with additional links
2016-12-03 13:31:54 +00:00
43d9d2eba7 Updated all application urls to allow path prefix.
Allows BookStack to be installed at a non-root location on a domain.
Closes #40.
2016-08-14 12:29:35 +01:00
412eed19c3 Removed old input checks on entity permission checkboxes
Old input check potentialy causing issues (#89) and is not needed on the pages which it shows.
2016-04-03 10:23:16 +01:00
097d9c9f3c Updated entity restrictions to allow permissions, Not just restrict
Also changed wording from 'Restrictions' to 'Permissions' to keep things more familiar and to better reflect what they do.

Referenced in issue #89.
2016-03-30 20:15:44 +01:00
8e6248f57f Added restriction tests and fixed any bugs in the process
Also updated many styles within areas affected by the new permission and roles system.
2016-03-05 18:09:21 +00:00
201f788806 Implemented database structure and inital interfaces for entity restrictions 2016-02-28 10:49:41 +00:00
473261be35 Finished initial implementation of custom role system 2016-02-27 19:24:42 +00:00
bd73c88edd Improved login form and added remember me option 2015-10-22 20:23:39 +01:00
2c3fb557d6 Started social registration 2015-09-05 17:42:05 +01:00
a5807097e2 Fixed incorrect role showing 2015-08-31 11:59:10 +01:00
ae95d0a239 Added permission system 2015-08-29 15:03:42 +01:00
fc50a1400d Added User managment. Fixes #5 2015-08-08 20:05:30 +01:00
71e2e057cb Added auth login control 2015-08-05 20:59:39 +01:00
46217a5880 Vastly improved design 2015-07-15 22:55:49 +01:00
3c7bd297ea Added page editing 2015-07-12 21:31:15 +01:00
eaa1765c7a Initial commit 2015-07-12 20:01:42 +01:00