Dan Brown
|
bed7ba78d3
|
Updated grid view to use CSS grid and flexbox
Provides a cleaner height-matched design.
Closes #701
|
2018-02-11 11:36:51 +00:00 |
|
Dan Brown
|
a45922616f
|
Made default books view configurable in .env
Under 'APP_VIEWS_BOOKS' key.
Closes #675
|
2018-02-04 11:36:58 +00:00 |
|
Dan Brown
|
62342433f4
|
Set /app PHP code to PSR-2 standard
Also adde draw.io to attribution list.
Closes #649
|
2018-01-28 16:58:52 +00:00 |
|
Dan Brown
|
281da59bae
|
Refactored book sort using collections
|
2018-01-13 16:44:47 +00:00 |
|
Abijeet
|
a77756a2da
|
Refactored the code to first check for the permissions before sorting the book.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
|
2018-01-06 01:04:48 +05:30 |
|
Abijeet
|
e13e71cbe0
|
Changed the sort view to only show books to which we have an update permission.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
|
2017-12-31 16:44:46 +05:30 |
|
Abijeet
|
4a24d1c31b
|
Checks the target and the source book before performing the sort.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
|
2017-12-31 16:25:21 +05:30 |
|
Abijeet
|
0d4db603a4
|
Adds button to allow users to toggle the book view via the books list page.
Closes #613
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
|
2017-12-26 12:38:16 +05:30 |
|
Dan Brown
|
261e57fc4e
|
Converted books view setting to user setting
Also cleaned up/moved new CSS and removed redundant new book methods.
|
2017-12-06 16:34:26 +00:00 |
|
Dan Brown
|
bc1302a8d8
|
Merge branch 'BookStackApp-master' of git://github.com/OsmosysSoftware/BookStack into OsmosysSoftware-BookStackApp-master
|
2017-12-06 15:52:54 +00:00 |
|
Dan Brown
|
873b1099f8
|
Updated to laravel 5.5
Closes #590
|
2017-11-19 15:56:19 +00:00 |
|
Bharadwaja G
|
c1a1bc0135
|
Books grid view
|
2017-09-04 20:27:52 +05:30 |
|
Bharadwaja G
|
6200948eec
|
Merge branch 'master' of git://github.com/BookStackApp/BookStack into BookStackApp-master
Conflicts:
app/Http/Controllers/BookController.php
resources/lang/en/common.php
resources/views/books/create.blade.php
resources/views/books/form.blade.php
resources/views/books/index.blade.php
resources/views/users/edit.blade.php
tests/Entity/EntityTest.php
|
2017-08-29 12:19:00 +05:30 |
|
Dan Brown
|
8fcbe44d3e
|
Updated styles for auth and books views.
Also added sourcemaps to gulp sass build
|
2017-08-26 13:24:55 +01:00 |
|
Dan Brown
|
3da8c01c1f
|
Rolled out new design further
|
2017-08-20 13:57:25 +01:00 |
|
Abijeet
|
844976c85b
|
Revert "Revert "Bookstack grid view.""
|
2017-07-12 11:40:50 +05:30 |
|
Abijeet
|
3fd61a3600
|
Revert "Bookstack grid view."
|
2017-07-07 17:28:34 +05:30 |
|
Nilesh Deepak
|
144a6e469d
|
Updated cover image upload and delete function.
|
2017-07-07 16:29:38 +05:30 |
|
Nilesh Deepak
|
16a09e8ff6
|
Deletion of image file on book deletion.
|
2017-07-06 10:03:40 +05:30 |
|
Nilesh Deepak
|
6ad24a6bee
|
Changed public getImageURL function to private.
|
2017-07-05 18:32:38 +05:30 |
|
Nilesh Deepak
|
d99fd1fd65
|
Applied required changes
|
2017-07-05 12:26:02 +05:30 |
|
Nilesh Deepak
|
947c58f227
|
Applied required changes in BookStack.
|
2017-07-05 12:09:01 +05:30 |
|
Nilesh Deepak
|
bce5fdd5cd
|
Merge branch 'master' into issue-181
|
2017-07-04 15:16:46 +05:30 |
|
Nilesh Deepak
|
af72f0d490
|
Bookstack grid view.
|
2017-06-29 18:54:04 +05:30 |
|
Nilesh Deepak
|
8924618d12
|
test
|
2017-06-28 18:56:17 +05:30 |
|
Nilesh Deepak
|
6557fbb666
|
commit
|
2017-06-28 18:51:32 +05:30 |
|
Dan Brown
|
1859a4d356
|
Refactored permission system components
Split joint permission creation into chunks
Fixes #374
|
2017-04-29 22:01:43 +01:00 |
|
Dan Brown
|
eded8abded
|
Added book export and created export tests to cover
In reference to #177
|
2017-02-26 13:26:51 +00:00 |
|
Dan Brown
|
492e2f173e
|
Fixed error causing permissions to be deleted on book sort
Closes #282
|
2017-01-23 22:27:11 +00:00 |
|
Dan Brown
|
8453191dfb
|
Finished refactor of entity repos
Removed entity-specific repos and standardised
the majority of repo calls to be applicable to
all entity types
|
2017-01-02 11:07:27 +00:00 |
|
Dan Brown
|
65796cfc7b
|
Rewrote book children query
|
2017-01-01 21:21:11 +00:00 |
|
Dan Brown
|
7f9de2c8ab
|
Started refactor to merge entity repos
|
2017-01-01 16:05:44 +00:00 |
|
Dan Brown
|
573357a08c
|
Extracted text from logic files
|
2016-12-04 16:51:39 +00:00 |
|
Dan Brown
|
7973412c29
|
Improved sort efficiency by a factor of 10
Fixes #145
|
2016-08-26 20:20:58 +01:00 |
|
Dan Brown
|
75a4fc905b
|
Major permission naming refactor and database migration cleanup
|
2016-05-01 22:33:56 +01:00 |
|
Dan Brown
|
a81a56706e
|
Rolled out new permissions system throughout application
|
2016-04-24 16:54:20 +01:00 |
|
Dan Brown
|
043cdeafb3
|
Merge branch 'master' into add_role_view_permissions
|
2016-04-20 20:22:30 +01:00 |
|
Dan Brown
|
8933179017
|
Prevented drafts from showing up in a book sort
Added tests to cover regresssion.
In reference to #100.
|
2016-04-15 19:51:27 +01:00 |
|
Dan Brown
|
d6bad01130
|
Fixed draft time display, Cleaned up some code
Cleaned up some comment spacing in book controller and refactored some of the view service functions.
|
2016-04-09 14:26:42 +01:00 |
|
Dan Brown
|
6e03078de3
|
Started work towards adding role view permissions
Work halted as re-write required.
In reference to #92
|
2016-04-09 12:40:07 +01:00 |
|
Dan Brown
|
d099885fd1
|
Fixed some label casing and fixed incorrect notifications
Fixed the book & chapter permission update notification stating the 'page permissions' have been updated.
|
2016-04-03 12:19:44 +01:00 |
|
Dan Brown
|
201f788806
|
Implemented database structure and inital interfaces for entity restrictions
|
2016-02-28 10:49:41 +00:00 |
|
Dan Brown
|
473261be35
|
Finished initial implementation of custom role system
|
2016-02-27 19:24:42 +00:00 |
|
Dan Brown
|
3ab09ef708
|
Fixed issue with the book sort not showing all books in sidebar
|
2016-02-22 21:28:20 +00:00 |
|
Dan Brown
|
c32d70abc4
|
Added custom meta titles to many pages. Closes #30.
|
2015-12-05 14:41:51 +00:00 |
|
Dan Brown
|
f1c2866fbc
|
Added Popular books list with relevant tests
|
2015-12-02 20:22:41 +00:00 |
|
Dan Brown
|
62338e4a8f
|
Added further tests, Fixed speed_update issues, improved search result query count
|
2015-11-29 17:33:25 +00:00 |
|
Dan Brown
|
22f8a408fa
|
Added indexes, Reduced queries on pages
|
2015-11-26 23:45:04 +00:00 |
|
Dan Brown
|
3e24b04d00
|
Prevent duplicate slugs on sort
|
2015-11-21 18:11:46 +00:00 |
|
Dan Brown
|
61ae96c5f8
|
Added better entity deletion and commented up repos
|
2015-11-21 18:05:03 +00:00 |
|