aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Service
Commit message (Expand)AuthorAgeFilesLines
* fix(external): Get storage before update itJoas Schilling2023-10-261-0/+3
* use fresh builders when deleting storagesRobin Appelman2023-08-141-0/+3
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-1/+2
|\
| * fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-1/+2
* | Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-012-12/+9
|/
* getStorage before removeMaxence Lange2023-07-111-0/+6
* Additional type hinting found by psalmCarl Schwan2022-10-181-5/+1
* Specify type to internal storage classCarl Schwan2022-10-171-0/+1
* Fix type of getVisibilityTypeCarl Schwan2022-10-173-3/+3
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* 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