summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* remove the requirement that everything that looks like a placeholder is subst...Robin Appelman2020-03-131-28/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-10/+10
* fixes terminology and allows to request an IUser instanceArthur Schiwon2019-08-021-1/+2
* do not send null value when string is expectedArthur Schiwon2019-08-021-2/+2
* Provide proper user context from initMountPointsJulius Härtl2019-08-021-3/+7
* Fix wrong indentationDaniel Kesselberg2019-07-221-1/+1
* Fix invalid recursionDaniel Kesselberg2019-07-211-3/+1
* Allow hidden smb sharesDaniel Kesselberg2019-07-161-1/+1
* do not attempt to replace anything in the passwordArthur Schiwon2019-04-021-1/+5
* typos in doc, no code changesArthur Schiwon2019-02-151-0/+1
* reject mounts with unsubstituted placeholders as incompletely configuredArthur Schiwon2019-02-141-0/+30
* files_external: allow to register config handlers for flexible placeholdersArthur Schiwon2019-02-141-13/+23
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* Use proper method to log exceptionsMorris Jobke2018-03-121-1/+1
* Use ::class statement instead of stringMorris Jobke2018-01-291-7/+13
* Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix L10N::tRoeland Jago Douma2017-08-011-3/+3
* layout refinementsMorris Jobke2016-08-171-6/+6
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+4
* Change the default value to true instead of nullJuan Pablo Villafáñez2016-06-081-1/+1
* Rename variableJuan Pablo Villafáñez2016-06-071-2/+2
* Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-071-2/+2
* Update license headersLukas Reschke2016-05-261-3/+3
* Move remaining classes to PSR-4Joas Schilling2016-05-241-2/+2
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Happy new year!Thomas Müller2016-01-121-2/+4
* Remove dead codeLukas Reschke2015-12-091-52/+6
* Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-031-8/+4
* Delete unnecessary storage status constansJesús Macias2015-12-031-4/+0
* Add different storage status codes managed by StoragedNotAvailableExceptionJesús Macias2015-12-031-0/+4
* remove old propagation logicRobin Appelman2015-12-011-30/+0
* Adjust patchesThomas Müller2015-11-301-4/+4
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-301-1/+2
* Fix some PHPDocsLukas Reschke2015-11-281-4/+5
* Properly throw exception in OC_Mount_Config::getBackendStatusVincent Petry2015-11-061-1/+1
* Display storage status as tooltipRobin McCorkell2015-10-231-0/+1
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-1/+2
* if mountpoint is applicable to all users the old API expects a array with 'all'Bjoern Schiessle2015-10-021-0/+5
* Perform visibility checks on storagesRobin McCorkell2015-09-231-7/+7
* Remove storing storage_id in mount.jsonRobin McCorkell2015-09-101-67/+0
* Merge pull request #18445 from owncloud/ext-only-setuservars-stringMorris Jobke2015-08-251-1/+3
|\
| * setUserVars() should only attempt substitution with stringsRobin McCorkell2015-08-201-1/+3