BookStack/app
Abijeet 7da8804753 Adds code to allow deletion of users via cmd line.
Fixes #579

Command:

php artisan bookstack:delete-users

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2017-12-26 02:22:41 +05:30
..
Console Adds code to allow deletion of users via cmd line. 2017-12-26 02:22:41 +05:30
Exceptions Fixed conflicting PDF facade namespace and corrected php version 2017-12-04 17:59:53 +00:00
Http Made it possible to pre-fill login via url 2017-12-10 13:56:25 +00:00
Notifications Actually include the Queueable namespace... 2017-04-13 20:09:38 -04:00
Providers Add socialite authentication for okta 2017-11-26 16:41:29 +01:00
Repos Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
Services Updated okta config keys, made SVG fully vector 2017-12-09 13:32:45 +00:00
Activity.php
Attachment.php Renamed files to attachments 2016-11-12 14:12:26 +00:00
Book.php Refactored image picker to js component 2017-12-06 17:32:29 +00:00
Chapter.php Started implementation of new search system 2017-03-19 12:48:44 +00:00
Comment.php Made some changes to the comment system 2017-09-03 16:37:51 +01:00
Entity.php Added comment reply and delete confirmation. 2017-09-09 15:56:24 +01:00
EntityPermission.php
helpers.php Merge bugfixes from branch 'v0.14' 2017-02-05 21:24:15 +00:00
Image.php
JointPermission.php
Model.php
Ownable.php
Page.php Made some changes to the comment system 2017-09-03 16:37:51 +01:00
PageRevision.php Updated page view styles to align with 2017 update 2017-08-26 15:41:33 +01:00
Role.php Updated and added tests for new default user system 2016-09-29 17:07:58 +01:00
RolePermission.php
SearchTerm.php Fixed model extending mis-use 2017-04-16 10:54:23 +01:00
Setting.php
SocialAccount.php
Tag.php
User.php Adds code to allow deletion of users via cmd line. 2017-12-26 02:22:41 +05:30
View.php