A platform to create documentation/wiki content built with PHP & Laravel
COMMITS
/ app/Http/Controllers/UserController.php December 18, 2021
D
Aligned password length requirements
Dan Brown committed
November 5, 2021
D
Standardised laravel validation to be array based
Dan Brown committed
October 6, 2021
July 14, 2021
D
Added MFA indicator to user list
Dan Brown committed
D
Added MFA setup link on user edit view
Dan Brown committed
June 26, 2021
D
Apply fixes from StyleCI
Dan Brown committed
March 21, 2021
March 9, 2021
D
Started rolling out user slugs to model and core controllers
Dan Brown committed
January 31, 2021
G
Improve sorting Shelf Books
Guillaume Hanotel committed
January 10, 2021
D
Improved some query efficiencies on user list
Dan Brown committed
January 1, 2021
D
Added user ownership migrate to delete screen.
Dan Brown committed
December 8, 2020
D
Cleaned up some user/image areas of the app
Dan Brown committed
November 21, 2020
D
Aligned constructors across controller classes
Dan Brown committed
November 20, 2020
D
Implemented user, api_tokem & role activity logging
Dan Brown committed
August 4, 2020
D
Removed role 'name' field from database
Dan Brown committed
July 1, 2020
J
First basic OpenID Connect implementation
Jasper Weyne committed
April 25, 2020
D
Updated user-create endpoint so saml and ldap is consistent.
Dan Brown committed
April 11, 2020
D
Added dark/light mode toggle to profile dropdown menu
Dan Brown committed
April 10, 2020
D
Updated view-change endpoints to be clearer, separated books and shelf
Dan Brown committed
March 3, 2020
T
Remove redundant getImageValidationRules method
TBK committed
December 29, 2019
D
Started work on API token controls
Dan Brown committed
October 5, 2019
D
Entity Repo & Controller Refactor (#1690)
Dan Brown committed
September 19, 2019
D
Refactored some core entity actions
Dan Brown committed
D
Refactored notification showing and global view data
Dan Brown committed
September 15, 2019
D
Standardised how request is injected into controller methods
Dan Brown committed
September 13, 2019
D
Updated to Laravel 5.8
Dan Brown committed
August 18, 2019
D
Finished new user invite flow
Dan Brown committed
August 6, 2019
D
Prevented normal users from changing own email
Dan Brown committed
May 5, 2019
D
Ran phpcbf
Dan Brown committed
May 4, 2019
D
Updated existing image tests to reflect changes
Dan Brown committed
D
Change image-selector to not use manager
Dan Brown committed
April 27, 2019
D
Started extraction of image controller to separate controllers
Dan Brown committed
April 14, 2019
D
Updated view toggle to store date
Dan Brown committed
April 6, 2019
D
Added shelves and search shortcuts to profile page
Dan Brown committed
February 3, 2019
D
Updated user and shelf views to new design
Dan Brown committed
January 13, 2019
D
Converted more views to new layout and made breadcrumbs more flexible
Dan Brown committed
D
Merge branch 'master' into 2019-design
Dan Brown committed
December 30, 2018
D
Added check for last admin on role change
Dan Brown committed
December 22, 2018
D
Abstracted user avatar fetching away from gravatar
Dan Brown committed
December 7, 2018
D
Implemented functionality to make books sort function
Dan Brown committed
September 25, 2018
D
Fleshed out entity provided and optimized imports
Dan Brown committed
D
Re-structured the app code to be feature based rather than code type based
Dan Brown committed
August 27, 2018
D
Copied book content, Added create routes
Dan Brown committed
January 28, 2018
D
Added command to add a new admin user
Dan Brown committed
D
Set /app PHP code to PSR-2 standard
Dan Brown committed
December 29, 2017
D
Updated book view change to PATCH + other amends
Dan Brown committed
December 26, 2017
A
Adds test cases and fixes an issue with the permission checking.
Abijeet committed