7f9de2c8ab
Started refactor to merge entity repos
2017-01-01 16:05:44 +00:00
573357a08c
Extracted text from logic files
2016-12-04 16:51:39 +00:00
0fb1fc87c8
Enabled utf8 slugs
...
Prevents slug change when using only non-ascii chars
Allows use of more localised urls.
Closes #233
2016-11-12 17:16:52 +00:00
771626b6ec
Started work on making the public role/user configurable
...
Create a new 'public' guest user and made the public
role visible on role setting screens.
2016-09-29 12:43:46 +01:00
7973412c29
Improved sort efficiency by a factor of 10
...
Fixes #145
2016-08-26 20:20:58 +01:00
2d958e88bf
Fixed entities created with blank slugs.
...
Fixes #156 .
2016-08-13 13:53:04 +01:00
565033e0d4
Fixed bug which hid entities and fixed new chapter priority
2016-07-03 10:31:20 +01:00
8d80e7311c
Added tag searching to search interfaces
2016-05-15 13:41:18 +01:00
75a4fc905b
Major permission naming refactor and database migration cleanup
2016-05-01 22:33:56 +01:00
a81a56706e
Rolled out new permissions system throughout application
2016-04-24 16:54:20 +01:00
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
5283919d24
Added new page drafts and started image entity attaching
...
Closes #80 .
2016-03-13 12:04:08 +00:00
76eaf64f94
Fixed errors that occured when merging & refactored entity repositories
...
Also deleted the git '.orig' files that got added in last merge.
2016-03-05 19:00:26 +00:00
80865b30a5
Merge branch 'custom_role_system'
...
Conflicts:
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/PageRepo.php
2016-03-05 18:21:44 +00: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
268db6b1d0
Added a whole load of permission & role tests
2016-03-05 12:09:09 +00:00
bc2b310638
Updated fulltext search with custom escaped query
...
Changed pdo quoted query to use custom escaping and added like searches when quoted terms are used.
2016-03-04 20:49:35 +00:00
5681f4dd69
Closes #70 .
...
Added the ability to search by multi-word terms using double quotes.
2016-03-02 21:38:23 -06:00
7f5872372d
Added in restriction queries for most lists
2016-02-28 19:03:13 +00:00
201f788806
Implemented database structure and inital interfaces for entity restrictions
2016-02-28 10:49:41 +00:00
3ab09ef708
Fixed issue with the book sort not showing all books in sidebar
2016-02-22 21:28:20 +00:00
61577cf6bf
Added entity-specific search results pages. Cleaned & Fixed search results bugs
...
Added search result pages for pages, chapters and books.
Limited the results on the global search as it just listed out an infinate amount.
Fixed styling on new detailed page listings and also removed the 'bars' from the side to create a cleaner view.
Fixed bad sql fulltext query format that may have thrown off searches.
Reduced the number of database queries down a thousand or so.
2016-02-21 12:53:58 +00:00
445f939822
Fixed issue with searching invalid chars and page-content compiliation
2015-12-29 15:37:13 +00:00
05c4b2089c
Accounted for non-existant entities
2015-12-28 17:19:23 +00:00
c88096b7e2
Revamped image system to use driver-agnotstic storage and be more efficent
2015-12-07 23:00:34 +00:00
f1c2866fbc
Added Popular books list with relevant tests
2015-12-02 20:22:41 +00:00
62338e4a8f
Added further tests, Fixed speed_update issues, improved search result query count
2015-11-29 17:33:25 +00:00
22f8a408fa
Added indexes, Reduced queries on pages
2015-11-26 23:45:04 +00:00
61ae96c5f8
Added better entity deletion and commented up repos
2015-11-21 18:05:03 +00:00
ea55b7f141
Added view count tracking with personalised lists
2015-11-21 17:22:14 +00:00
76eb8fc5d7
Added limit to books shown on homepage and make alphabetical
2015-11-09 20:39:06 +00:00
e5b9be2e76
Added pagination to books page
2015-11-09 19:46:04 +00:00
144eb69cad
Added 404 page and extra tests
2015-09-29 21:25:03 +01:00
88049476fe
Change application namespace to BookStack
2015-09-10 19:31:09 +01:00
e449f25cc8
Added cross-book page/chapter sorting
2015-09-06 14:35:53 +01:00
3d18a04c39
Refactored Social auth into service, Made entity an abstract class
2015-09-04 17:50:52 +01:00
713827f941
Tweaked some styles and started automated testing. Fixes #11 .
2015-09-02 18:26:33 +01:00
9a82d27548
Updated Search experience including adding fulltext mysql indicies.
2015-08-31 20:11:44 +01:00
b2223f1618
Fixed password re-writing and improved book slug creation
2015-08-09 10:26:54 +01:00
b506beac64
Fix for getting book items
2015-07-30 23:18:48 +01:00
fd1a0dceb2
Expanded chapters interface and improved book/page deletion
2015-07-28 20:57:13 +01:00
ef77c10a70
Vastly improved design and cleaned text input
2015-07-23 21:55:46 +01:00
941b4496c2
Addded sorting logic to pages
2015-07-21 20:13:29 +01:00
da2ba4d9f3
Got the tree view working
2015-07-20 22:05:26 +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