Commit Graph

19 Commits

Author SHA1 Message Date
dcde599709 Added chapter search
Migrated book search to vue-based system.
Updated old tag seached.
Made chapter page layout widths same as book page.
Closes #344
2017-04-15 19:16:07 +01:00
1338ae2fc3 Started search interface, Added in vue and moved fonts 2017-04-09 20:59:57 +01:00
01cb22af37 Added tag searches and advanced filters to new search 2017-03-27 18:05:34 +01:00
36173eb47d Removed extension from translation script link
Also fixed bug causing EN translation backup to not be passed
to javascript translation system.

Closes #328
2017-03-05 14:10:55 +00:00
253132afdf Added chapter export options
Closes #177
2017-02-26 14:25:02 +00:00
eded8abded Added book export and created export tests to cover
In reference to #177
2017-02-26 13:26:51 +00:00
af3c0e43a5 Prevented custom HTML being inserted on settings page
Gives option for fixing if badly formatted HTML is inserted.
Closes #310
2017-02-25 12:41:32 +00:00
a24f3d7d47 Merge branch 'master' into translations 2016-12-31 14:32:52 +00:00
c9700e38e2 Created solution for JS translations
Also tidied up existing components and JS
2016-12-31 14:27:40 +00:00
573357a08c Extracted text from logic files 2016-12-04 16:51:39 +00:00
c403d05755 Fixed social login routes
Fixes #239
2016-11-27 19:11:15 +00:00
e639600ba5 Renamed files to attachments 2016-11-12 14:12:26 +00:00
867fc8be64 Added basic attachment editing functionality 2016-10-11 20:39:11 +01:00
89509b487a Added attachment creation from link/name 2016-10-10 21:13:18 +01:00
ac0b29fb6d Added view, deletion and permissions for files 2016-10-10 20:30:27 +01:00
673c74ddfc Started work on attachments
Created base models and started user-facing controls.
2016-10-09 18:58:22 +01:00
b662670efc Prevented guest users creating draft pages. 2016-09-29 15:56:57 +01:00
f15cc5bdfa Separated revision preview and diff & fixed chosen diff html
Closes #8
2016-09-29 10:10:46 +01:00
9dc9724e15 Laravel 5.3 upgrade (#189)
* Started move to laravel 5.3

* Started updating login & registration flows for laravel 5.3 update

* Updated app emails to notification system

* Fixed registations bugs and removed email confirmation model

* Fixed large portion of laravel post-upgrade issues

* Fixed and tested LDAP process
2016-09-17 18:22:04 +01:00