summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-3136-184/+15
|
* Merge pull request #10428 from owncloud/files_external_better_configRobin McCorkell2014-08-303-28/+53
|\ | | | | Improve external storage configuration UI
| * Improve UI of external storage configurationRobin McCorkell2014-08-303-28/+53
| | | | | | | | | | | | | | | | | | * Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-3015-2/+36
| |
* | Merge pull request #9214 from owncloud/wizard_email_detectionMorris Jobke2014-08-295-41/+273
|\ \ | |/ |/| LDAP: Wizard email attribute detection
| * adjust static method vars as wellArthur Schiwon2014-08-291-2/+4
| |
| * trigger email detection by Wizard upon any user filter filter change. before ↵Arthur Schiwon2014-08-295-13/+30
| | | | | | | | it happenend only upon user automatic list filter creation, but not on manual editing
| * write log message, if original value was changedArthur Schiwon2014-08-291-0/+8
| |
| * add unit test for mail detectionArthur Schiwon2014-08-292-2/+139
| |
| * remove Access as hard dependency, inject it insteadArthur Schiwon2014-08-293-37/+41
| |
| * Wizad: email attribute detectionArthur Schiwon2014-08-291-0/+64
| |
* | Merge pull request #10719 from owncloud/files-external-personal-undefinedThomas Müller2014-08-291-0/+1
|\ \ | | | | | | Prevent undefined index error loading external storages
| * | Add missing 'personal' mount configuration optionRobin McCorkell2014-08-291-0/+1
| |/
* / kill OC::$sessionJörn Friedrich Dreyer2014-08-2915-32/+32
|/ | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-2974-225/+10
|
* Merge pull request #10647 from owncloud/implementing_momentjsClark Tomlinson2014-08-281-1/+1
|\ | | | | Implementing momentjs
| * Implementing moment.jsClark Tomlinson2014-08-281-1/+1
| | | | | | | | | | | | | | | | Updating Usages Removing unused method Adding JS Doc
* | Merge pull request #10658 from owncloud/sftp_prevent_errorVincent Petry2014-08-281-0/+3
|\ \ | | | | | | Prevent errors on broken SFTP config
| * | Prevent errors on broken SFTP configRobin McCorkell2014-08-271-0/+3
| | |
* | | Merge pull request #8507 from owncloud/ajaxify_user_list_for_files_externalblizzz2014-08-2864-56/+5603
|\ \ \ | | | | | | | | Ajaxify user list for files external
| * | | Use AppFramework instead of custom controllerLukas Reschke2014-08-251-3/+10
| | | |
| * | | use displayname lookup route in files_external settingsJörn Friedrich Dreyer2014-08-251-31/+14
| | | |
| * | | no need to load user display namesJörn Friedrich Dreyer2014-08-251-1/+0
| | | |
| * | | fix deletion of sharesJörn Friedrich Dreyer2014-08-251-21/+22
| | | |
| * | | replace chosen with select2 to provide ajaxified user and group selection ↵Jörn Friedrich Dreyer2014-08-258-62/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names
| * | | add select2 to app specific thirdpartyJörn Friedrich Dreyer2014-08-2560-0/+5431
| | | |
* | | | fix wizard test, adjust to changed parameters of the tested method, ↵Arthur Schiwon2014-08-281-1/+1
| | | | | | | | | | | | | | | | introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
* | | | Port of #8623Arthur Schiwon2014-08-282-1/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set result entry identifier earlier, i.e. before a continue for the same level can happen. otherwise will always get the same value and we end up in an infinite loop add unit test to make sure the infinite loop never comes back Conflicts: apps/user_ldap/tests/wizard.php
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-2814-11/+25
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-273-1/+3
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-2614-11/+48
| |
* | Merge pull request #10421 from owncloud/share-external-deleteClark Tomlinson2014-08-251-1/+11
|\ \ | | | | | | Remove no longer existing files from the cache when scanning external storage
| * | Remove no longer existing files from the cache when scanning external storageRobin Appelman2014-08-141-1/+11
| | |
* | | Merge pull request #10108 from owncloud/files_external-allowed-backendVincent Petry2014-08-251-6/+10
|\ \ \ | |_|/ |/| | Only load personal external storages for allowed backends
| * | Only load personal external storages for allowed backendsRobin Appelman2014-08-011-6/+10
| | |
* | | Merge pull request #10591 from owncloud/routes_for_files_externalVincent Petry2014-08-251-0/+17
|\ \ \ | | | | | | | | explicit routes for files_external
| * | | explicit routes for files_externalJörn Friedrich Dreyer2014-08-221-0/+17
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-254-1/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-2410-4/+18
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-238-11/+25
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-225-3/+20
| | |
* | | Merge pull request #10522 from owncloud/removeLoadAppScriptblizzz2014-08-216-4/+84
|\ \ \ | | | | | | | | Remove loadAppScriptFile
| * | | Add routing to user_ldapLukas Reschke2014-08-191-0/+22
| | | |
| * | | Add routing to files_versionsLukas Reschke2014-08-191-0/+5
| | | |
| * | | Add routing to files_trashbinLukas Reschke2014-08-191-0/+9
| | | |
| * | | Add routing to files_encryptionLukas Reschke2014-08-191-0/+13
| | | |
| * | | Add routing to files_sharingLukas Reschke2014-08-191-4/+8
| | | |
| * | | Use proper routes for filesLukas Reschke2014-08-191-0/+27
| | | |
* | | | Merge pull request #10548 from owncloud/encryption-app-descriptionMorris Jobke2014-08-211-2/+2
|\ \ \ \ | | | | | | | | | | Better description to prevent people from misunderstanding the use case of encryption app
| * | | | Better description to prevent people from misunderstanding the use caseBernhard Posselt2014-08-211-2/+2
| | | | |