Commit Graph

20 Commits

Author SHA1 Message Date
39641804f1 Move Path and File validation to Shared Utilities
Created extension methods:
IsPathValid(Folder)
IsFileValid(File)
IsPathOrFileValid(string)

Added client side validation check for Folders.
2020-05-14 22:02:57 -04:00
6f3fe8d933 validate folder names, handle missing files more gracefully 2020-05-12 13:24:51 -04:00
f56d1fe543 improving admin components 2020-04-17 12:59:53 -04:00
9fff8be40a update helptext 2020-04-06 16:00:58 -04:00
5af6f7a52d Namespace Fix undo (#340) 2020-04-04 14:06:24 -04:00
71bd3a8d6a Namespace fix (#335) 2020-04-03 17:18:33 -04:00
66ad089088 Refactoring (#314)
* Refactoring

* Refactoring

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Rename template .sql file

* Modified null and empty string check.

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options

* Refactoring

* Refactoring

* Check for a valid email.

* Moved logic to  the Utilities class.

Co-authored-by: Aubrey <aubrey.b@treskcow.tech>
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com>
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com>
2020-03-31 10:21:05 -04:00
1e688dcf5e Fixed some display issues for mobile rendering 2020-03-25 10:54:34 -04:00
0c2d1d2449 Merge branch 'master' into master 2020-03-19 12:10:12 -04:00
18a843e74f extensibility enhancements for site templates 2020-03-19 12:07:33 -04:00
65d39974b5 Magic Strings - EntityNames 2020-03-18 09:11:49 +01:00
7feee22b32 EntityNames replacements 2020-03-14 18:16:04 +01:00
eec983707a Merge branch 'master' into NamingFixes 2020-03-14 12:27:34 -04:00
e5fde5a436 Naming fixes 2020-03-14 14:37:51 +01:00
a06ad38432 Naming fixes 2020-03-14 11:07:49 +01:00
b4d3903517 Replace magic strings in other places 2020-03-14 10:12:07 +01:00
155c4e12d9 completed client state invalidation in multi-user environment 2020-03-10 10:37:42 -04:00
68d9508c44 Folder creation fail 2020-02-28 13:03:15 +01:00
6a92c9f764 Folder and file management service 2020-02-11 14:25:38 -05:00
0aed11e71c notification service and user management improvements 2020-02-03 16:43:37 -05:00