summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7335 from owncloud/fix-7333Vincent Petry2014-02-251-2/+4
|\ | | | | Fix code to search for mount.json in custom data folders
| * Fixed mount config pathVincent Petry2014-02-241-3/+4
| |
| * Fix code to search for mount.json in custom data foldersLukas Reschke2014-02-201-1/+2
| |
* | Merge pull request #6299 from leo-b/ldap_nested_groupsVicDeo2014-02-253-10/+72
|\ \ | | | | | | Add LDAP nested groups
| * | replace spaces with tabsroot2014-02-211-5/+5
| | | | | | | | | | | | use true instead of 1
| * | fix coding style to blizzz happy.. ;-)root2014-02-121-8/+10
| | |
| * | fix indentationroot2013-12-111-42/+42
| | | | | | | | | | | | | | | | | | use identity test where appropriate use camelcase variable names _getGroupsByMember is a private function
| * | remove debug outputroot2013-12-101-3/+0
| | |
| * | Merge remote branch 'upstream/master' into ldap_nested_groupsroot2013-12-1073-118/+133
| |\ \
| * | | move nested group checkbox to directory settingsroot2013-12-101-1/+1
| | | |
| * | | combineFilterWithAnd recently moved to Accessroot2013-12-081-3/+3
| | | |
| * | | add support for nested groupsroot2013-12-063-10/+73
| | | |
* | | | Merge pull request #7374 from owncloud/enc_dont_overwrite_keysBjörn Schießle2014-02-253-4/+138
|\ \ \ \ | | | | | | | | | | [encryption] don't overwrite keys if rename was done by a stream copy
| * | | | add test case if a file gets moved out from the shared folderBjoern Schiessle2014-02-242-0/+125
| | | | |
| * | | | don't overwrite keys if rename was done by a stream copyBjoern Schiessle2014-02-241-4/+13
| | | | |
* | | | | Merge pull request #7285 from owncloud/mimeicons-svgMorris Jobke2014-02-245-18/+31
|\ \ \ \ \ | | | | | | | | | | | | Show svg mime icons when no preview is available
| * | | | | rename url parameterRobin Appelman2014-02-241-1/+1
| | | | | |
| * | | | | Add url parameter to control whether previews should return 404 when the ↵Robin Appelman2014-02-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | mimetype is unsupported
| * | | | | Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-212-3/+169
| |\ \ \ \ \
| * | | | | | Make unit tests expect the svg iconsRobin Appelman2014-02-201-2/+6
| | | | | | |
| * | | | | | Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-2019-146/+317
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Fix svg icons for public shares and external/shared filesRobin Appelman2014-02-192-4/+5
| | | | | | |
| * | | | | | Show svg mime icons when no preview is availableRobin Appelman2014-02-193-13/+20
| | | | | | |
* | | | | | | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1Morris Jobke2014-02-242-3/+61
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Update page title when navigating through directories (local)
| * | | | | | Merge branch 'master' into GuillaumeAmat-patch-1Robin Appelman2014-02-215-8/+178
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | code style: else on same lineJan-Christoph Borchardt2014-02-211-2/+1
| | | | | | |
| * | | | | | fix intendationMorris Jobke2014-02-201-3/+3
| | | | | | |
| * | | | | | Fixed trashbin titleVincent Petry2014-02-202-22/+46
| | | | | | |
| * | | | | | Fixed title formatVincent Petry2014-02-201-1/+8
| | | | | | |
| * | | | | | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into ↵Vincent Petry2014-02-201-3/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | GuillaumeAmat-patch-1
| | * | | | | | Uses OC.basename instead of custom codeGuillaume AMAT2014-02-191-2/+2
| | | | | | | |
| | * | | | | | Gets the page title from oc_defaults in Files appGuillaume AMAT2014-02-131-1/+1
| | | | | | | |
| | * | | | | | Update page title when navigating through directoriesGuillaume AMAT2014-02-121-3/+31
| | | | | | | |
* | | | | | | | Merge pull request #7305 from owncloud/extstorage-configclassLukas Reschke2014-02-222-1/+32
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added extra checks for ext storage class
| * \ \ \ \ \ \ \ Merge branch 'master' into extstorage-configclassRobin Appelman2014-02-2112-31/+259
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Added extra checks for ext storage classVincent Petry2014-02-202-1/+32
| | | | | | | | |
* | | | | | | | | Merge pull request #7355 from owncloud/new-menu-svgicewind19912014-02-212-13/+28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use SVG icons in New file menu
| * | | | | | | | | fix too much distance between text and iconJan-Christoph Borchardt2014-02-211-1/+1
| | | | | | | | | |
| * | | | | | | | | use SVG icons from icons.css for New file menuJan-Christoph Borchardt2014-02-212-13/+28
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | fix test so that it doesn't depend on the array orderBjoern Schiessle2014-02-211-14/+25
| | | | | | | | |
* | | | | | | | | fix usersPath and add unit testsBjoern Schiessle2014-02-212-10/+110
|/ / / / / / / /
* | | | | | | | Merge pull request #7312 from owncloud/ldap_fix_add_testThomas Müller2014-02-212-3/+169
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | LDAP: fix and extend tests
| * | | | | | | LDAP: fix and extend testsArthur Schiwon2014-02-202-3/+169
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7290 from owncloud/issue/5463icewind19912014-02-201-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Correctly redirect to settings page when not selecting cert file for upload
| * | | | | | | Correctly redirect to settings page when not selecting cert file for uploadJoas Schilling2014-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #5463
* | | | | | | | Merge pull request #7205 from owncloud/fix_7153blizzz2014-02-201-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | LDAP: prevent other configuration from being deleted when deleting the f...
| * | | | | | | | LDAP: prevent other configuration from being deleted when deleting the first ↵Arthur Schiwon2014-02-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one which has an empty prefix for historical reasons
* | | | | | | | | Merge pull request #6999 from kofemann/mount-configLukas Reschke2014-02-201-4/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | mount: make location of mount.json configurable
| * | | | | | | | mount: make location of mount.json configurableTigran Mkrtchyan2014-01-291-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do not share users data with config files Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* | | | | | | | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-202-6/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added extra checks for invalid file chars in newfile.php and newfolder.php