summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Service
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code reviewRobin Appelman2022-03-241-1/+1
* force full setup after external storage config changeRobin Appelman2022-03-243-5/+23
* remove old legacy external storage migration logicRobin Appelman2022-02-091-56/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-10/+5
* Rename External storages to External storageszaimen2021-05-204-5/+5
* better cleanup of filecache when deleting an external storageRobin Appelman2021-05-191-38/+1
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-1/+1
* Fix a few RedundantCastRoeland Jago Douma2021-03-011-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-4/+3
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-4/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+3
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+1
* remove saved credentails if the user no longer has any storage configured usi...Robin Appelman2020-07-301-4/+9
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-104-15/+15
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-102-10/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-11/+10
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-121-1/+4
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+3
|\
| * use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-091-1/+3
* | rejig right to left join for sqlite's satisfactionArthur Schiwon2019-12-061-3/+3
* | Update license headersChristoph Wurst2019-12-0510-11/+24
|/
* extend with group deletion handlingArthur Schiwon2019-11-281-6/+14
* when a user was delete remove them from applicable list, unlessArthur Schiwon2019-11-281-0/+24
* Some php-cs fixesRoeland Jago Douma2019-11-226-20/+19
* delay sending event from app init to when they are neededArthur Schiwon2019-08-021-0/+13
* typos in doc, no code changesArthur Schiwon2019-02-151-2/+3
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-1/+1
* files_external: allow to register config handlers for flexible placeholdersArthur Schiwon2019-02-141-0/+68
* Fix UniqueConstraintViolationException while insert into files_external confi...Morris Jobke2018-11-141-18/+28
* move log constants to ILoggerArthur Schiwon2018-04-262-4/+6
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-5/+1
* Remove unused import statementsMorris Jobke2018-02-141-2/+0
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-232-20/+19
* Update license headersMorris Jobke2017-11-061-0/+1
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-041-2/+8
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+4
* use the correct param type when getting external storages for groupsRobin Appelman2017-05-221-1/+1
* Fix translationsJoas Schilling2017-04-181-4/+4
* [files_external] Remove unneeded update stepsMorris Jobke2017-04-121-46/+0
* get files_external mounts more efficientlyRobin Appelman2016-09-052-0/+48
* Fix oracle support of external storage appJoas Schilling2016-08-151-1/+1