This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-07-16 10:22:47 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d7b13ee167ec06f54374c96c9a057cf9d2864aa2
gallery3
/
modules
/
user
T
History
Chad Kieffer
a6f1d3ad44
Remove g-dialog-link from special groups delete button (registered users, everybody), it's supposed to be disabled. Updated wording of headings and instructions.
2009-11-14 23:31:14 -07:00
..
config
Move the default identity config into the users module and change the Identity constructor to look in module::get_var(gallery, identity_provider) for the current identity driver.
2009-10-18 08:00:33 -07:00
controllers
Remove width class from add group form, it sizes the form's elements, not the form itself.
2009-11-06 20:26:09 -07:00
css
Remove g-dialog-link from special groups delete button (registered users, everybody), it's supposed to be disabled. Updated wording of headings and instructions.
2009-11-14 23:31:14 -07:00
helpers
Revert "Use an event 'check_user_name_exists' to validate the input name is already in use. The parameter is a standard class with the name and an exists flag. Any event handler should or their result with the exists flag."
2009-10-31 16:16:47 -07:00
images
Move the password strength image out of css and into an images folder.
2009-11-14 13:23:23 -07:00
js
Add a password strength meter.
2009-10-27 12:23:48 -07:00
lib
Get rid of trailing whitespace in security preamble
2009-05-18 04:13:09 +00:00
libraries/drivers
/IdentityProvider
Add the add_user_to_group and remove_user_from_group api method calls. If the identity provider isn't writable, the method implementations should throw an Invalid Operation exception.
2009-10-29 19:16:08 -07:00
models
Make the user name a required field. Fixes ticket
#852
2009-10-28 17:13:23 -07:00
tests
Move the filters that the File_Structure_Test use into a seperate file so other tests. can use them. Add a No_Direct_ORM_Access_Test to find all places that the user or group table are accessed outside of the user module. This test will fail at this point, as it in preparation for the IdentityProvider refactor.
2009-10-23 07:48:07 -07:00
views
Remove g-dialog-link from special groups delete button (registered users, everybody), it's supposed to be disabled. Updated wording of headings and instructions.
2009-11-14 23:31:14 -07:00
module.info
Set the minimum password length to 5. The gallery owner can change this in the advance settings.
2009-10-27 10:13:52 -07:00