0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#9 Dump / download repository * show icon instead of text More... over 11 years ago
#21 repositoryviewer url-decoding missing * use "Repository#getEncodedName()" instead of direct access to "name" attribute More... over 11 years ago
Changed version to 1.6.1 More... almost 12 years ago
Disable repository dump as default and mark it as experimental More... almost 12 years ago
Issue #15\n* Use old method to read/write config file (does not keep manually added blocks)\n* Updated action script for unnassign_permission to skip empty user- and group names\n* Fixed groupview.html.php template, it was not possible to unassign an accesspath More... almost 12 years ago
Issue #9 Fixed permission check More... about 12 years ago
Issue #9 * Added method "dump(...)" to IRepositoryEditProvider interface (+Implement it for current default provider). * Added new config key "GUI/RepositoryDumpEnabled" to enable/disable dumping functionality. * Added ACL_ACTION_DUMP More... about 12 years ago
Updated readme.md file which refers to new project hompage http://svnadmin.insanefactory.com/ Updated application version. More... about 12 years ago
* Set official release version 1.6.0 * Fixed windows UNC path handling More... about 12 years ago
* Added and updated .gitignore files * Removed old eclipse project capabilities More... about 12 years ago
* Moved config key for WebListing to GUI section. More... about 12 years ago
Issue #5: Support multiple path values for SVNParentPath * Updated all usages of repository view/edit providers to use an additional "parent-identifier" * Added class RepositoryParent * List repositories under their parent-location now on list-view-page. * Added location selection box on repository-create page. * Expand IRepositoryViewProvider API => "getRepositoryParents", "getRepositoriesOfParent" More... about 12 years ago
* Try to set 'max_execution_time' in 'update()' function for big LDAP directories. More... about 12 years ago
* Issue #4: Create initinal repository structure within 1 commit * SVN function "mkdir" requires an array of paths instead of only a single path to the new directories. More... about 12 years ago
* No longer abort update (synch, ldap), if a invalid group name occurs. The invalid group name will be skipped and the procecure continues with the next group. * Fixed Issue #3: Implement cached LDAP provider * Added configuration keys for cached ldap provider (the cached ldap provider is used as default, if ldap configuration has been selected) * Added IF_JsonObjectStorage class to serialize objects to file (used for user-objects in cached ldap provider). * Added function 'if_json_last_error_message()'. * Added configuration key to hide the 'Update' navigation link in GUI. More... about 12 years ago
* Renamed readme.txt to readme.md More... about 12 years ago
* Updated README file. More... about 12 years ago
* Fixed implementation of "IF_IniFile::getValueAsBoolean()". Prove for "false/off/0/no" values, too. * Pass bool as third parameter (default) to "getValueAsBoolean()". More... about 12 years ago
* Fixed internal string for "aliases" section name. * Added functions to receive and resolve alias values. More... about 12 years ago
Set version number to 1.6 (dev) More... about 12 years ago
Updated default values in config.tpl.ini to my local development environment (Windows + ActiveDirectory). More... about 12 years ago
Added support for paged ldap search results (PHP>=5.4.0). More... about 12 years ago
PHP 5.4 compatibility - Updated usage of usort with namespaces - use single quotation instead of double quotation sign. More... about 12 years ago
Merge remote-tracking branch 'origin/master' More... over 12 years ago
Updated include path to old ifphplib. More... over 12 years ago
Updated footer links to include campaign name for piwik. More... over 12 years ago
LdapUserViewProvider now also revokes permissions of groups which has been deleted. More... over 12 years ago
Added "init()" call on provider in "Engine::getProvider(...)" method. More... over 12 years ago
Added code which revokes permissions on AccessPaths of groups and users which no longer exists on LDAP server (code is deactivated/not tested). More... over 12 years ago
Comment out Subversion:WebListing settings in default config file. Fixed wrong check on "RepositoryDeleteEnabled" config key (Use "getValueAsBoolean()") More... over 12 years ago