summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-251-8/+8
|\
| * Whitespace fixesBart Visscher2013-02-221-8/+8
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-33/+21
|\|
| * no pretty printThomas Mueller2013-02-191-1/+1
| * Merge branch 'mountconfig' of github.com:owncloud/core into mountconfigRobin Appelman2013-02-181-1/+1
| |\
| | * look where you are typing ...Jörn Friedrich Dreyer2013-02-161-1/+1
| | * pretty print jsonJörn Friedrich Dreyer2013-02-161-1/+1
| * | merge master into mountconfigRobin Appelman2013-02-181-2/+6
| |\ \ | | |/ | |/|
| | * Join split translated stringsBart Visscher2013-02-151-6/+2
| | * Style cleanup files_externalBart Visscher2013-02-151-4/+16
| * | Create new mountconfig files in jsonRobin Appelman2013-02-161-31/+14
| * | Use a parser to read custom mount configuration instead of including the php ...Robin Appelman2013-02-161-1/+2
| |/
| * Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-2/+2
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-52/+31
|\|
| * Update apps/files_external/lib/config.phphkjolhede2013-02-101-1/+1
| * Merge branch 'master' of https://github.com/owncloud/coreHenrik Kjölhede2013-02-091-54/+25
| |\
| | * merge master into filesystemRobin Appelman2013-01-161-3/+3
| | |\
| | * | Remove unnecessary length parameter from last commitMichael Gapczynski2013-01-031-3/+3
| | * | Update old storage classes names to the new namespace during mountingMichael Gapczynski2013-01-031-0/+12
| | * | No longer need to create folders locally for external storage mount pointsMichael Gapczynski2012-12-291-41/+0
| | * | merge master into filesystemRobin Appelman2012-12-251-2/+2
| | |\ \
| | * \ \ merge master into filesystemRobin Appelman2012-12-151-58/+100
| | |\ \ \
| | * \ \ \ merge master into filesystemRobin Appelman2012-12-031-18/+85
| | |\ \ \ \
| | * \ \ \ \ merge master into filesystemRobin Appelman2012-11-071-1/+6
| | |\ \ \ \ \
| | * \ \ \ \ \ merge master into filesystemRobin Appelman2012-11-041-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-10-231-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-10-171-3/+3
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-10-131-0/+3
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | don't use depricated OC_FilesystemRobin Appelman2012-10-101-6/+6
| | * | | | | | | | | | merge master into filesystemRobin Appelman2012-10-101-0/+40
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into filesystemRobin Appelman2012-09-221-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | put filestorages in a namespaceRobin Appelman2012-09-071-9/+9
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Henrik Kjölhede2013-01-261-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Whitespace cleanupBart Visscher2013-01-161-7/+7
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * / | | | | | | | | | | Update apps/files_external/lib/config.phphkjolhede2012-12-261-1/+9
| |/ / / / / / / / / / /
* | | | | | | | | | | | Move storage backend tests from constructor to test functionMichael Gapczynski2012-12-281-2/+2
* | | | | | | | | | | | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-7/+30
|/ / / / / / / / / / /
* | | | | | | | | | / proper escape the mountpoints. FixesFrank Karlitschek2012-12-141-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | ctor of OC_L10N requires the app nameThomas Mueller2012-12-111-1/+1
* | | | | | | | | | don't call shell_exec if safe_mode is on.Frank Karlitschek2012-12-111-2/+6
* | | | | | | | | | disable not available external filesystems. Restructure the configuration a b...Frank Karlitschek2012-12-101-59/+66
* | | | | | | | | | add some output why some of the external filesystems might not workFrank Karlitschek2012-12-101-0/+31
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-18/+85
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix mkdir and opendir warnings when path does not existArthur Schiwon2012-11-051-1/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-1/+1
| |_|_|_|/ |/| | | |
* | | | | Whitespace cleanupBart Visscher2012-10-141-3/+3
| |_|_|/ |/| | |
* | | | don't throw errors if certificate folder doesn't existRobin Appelman2012-10-121-4/+7
| |_|/ |/| |
* | | add directory while creating mount pointBjörn Schießle2012-10-091-0/+40
| |/ |/|
* | add a line break after every certificateBjörn Schießle2012-09-211-0/+1
|/