summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Expand)AuthorAgeFilesLines
* Bump css-loader from 3.4.1 to 3.5.2dependabot-preview[bot]2020-04-132-2/+2
* Merge pull request #20185 from azul/open-new_tabJohn Molakvoæ2020-04-113-2/+7
|\
| * Allow opening files for editing in new tabsAzul2020-04-093-2/+7
* | Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* | Add visibility to all constantsChristoph Wurst2020-04-105-11/+11
* | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-3/+3
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1016-33/+12
* | Use elseif instead of else ifChristoph Wurst2020-04-102-5/+5
* | Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-18/+18
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-095-5/+1
|/
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* [tx-robot] updated from transifexNextcloud bot2020-03-302-0/+12
* [tx-robot] updated from transifexNextcloud bot2020-03-292-2/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-277-9/+0
|\
| * Remove unused importsChristoph Wurst2020-03-257-9/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-265-42/+42
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-6/+6
|/
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-03-102-12/+12
* Bump webpack from 4.41.6 to 4.42.0dependabot-preview[bot]2020-03-082-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-02-262-0/+10
* [tx-robot] updated from transifexNextcloud bot2020-02-244-4/+4
* Update webpack bundlesChristoph Wurst2020-02-222-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-02-112-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-02-102-0/+12
* [tx-robot] updated from transifexNextcloud bot2020-01-312-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-01-302-0/+14
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-01-162-0/+14
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Trash bin: fix exception triggered if no correct fileId is provided.simonspa2020-01-071-2/+2
* Bump css-loader from 3.4.0 to 3.4.1dependabot-preview[bot]2020-01-052-2/+2
* Bump css-loader from 3.3.2 to 3.4.0dependabot-preview[bot]2019-12-302-2/+2
* [tx-robot] updated from transifexNextcloud bot2019-12-2276-6/+92
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-192-21/+21
* Bump css-loader from 3.2.1 to 3.3.2dependabot-preview[bot]2019-12-162-2/+2
* Update license headersChristoph Wurst2019-12-0545-49/+138
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-1/+2
* Fix testsJohn Molakvoæ (skjnldsv)2019-12-021-2/+4
* Mode to modern phpunitRoeland Jago Douma2019-11-273-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-275-9/+9
* Some php-cs fixesRoeland Jago Douma2019-11-2217-19/+22
* [tx-robot] updated from transifexNextcloud bot2019-11-222-2/+2
* Fix share testsRoeland Jago Douma2019-11-202-3/+6
* dont expose metadata etag for nowRobin Appelman2019-11-131-4/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+12
* [tx-robot] updated from transifexNextcloud bot2019-11-122-2/+2
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-046-23/+29
|\