summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix migration namingJoas Schilling2017-09-191-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #6264 from nextcloud/dav-migrationsRoeland Jago Douma2017-09-193-802/+481
|\ | | | | Move DAV app to migrations
| * Move DAV app to migrationsRoeland Jago Douma2017-09-183-802/+481
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-09-1990-210/+288
| |
* | fix undefined constantsRobin Appelman2017-09-181-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | disable part files for s3 external storageRobin Appelman2017-09-181-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | add stat cache for s3 external storageRobin Appelman2017-09-181-7/+56
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | more efficient is_dirRobin Appelman2017-09-181-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | more efficient permissions for s3 external storageRobin Appelman2017-09-181-0/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | more efficient write only fopenRobin Appelman2017-09-181-1/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-181-35/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | update aws sdk and move it to 3rdpartyRobin Appelman2017-09-181-17/+21
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | remove non composer aws sdkRobin Appelman2017-09-18613-58632/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #6518 from nextcloud/allow-apps-to-control-versionsMorris Jobke2017-09-182-0/+93
|\ \ | | | | | | allow apps to disable versions for some files
| * | allow apps to disable versions for some filesBjoern Schiessle2017-09-152-0/+93
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #5585 from nextcloud/contacts_menu_privacyMorris Jobke2017-09-181-8/+2
|\ \ \ | | | | | | | | Enhance privacy of contactsmenu fixes #5107
| * | | Revert "Do not list system users in contacts menu if sharing autocompletion ↵Lukas Reschke2017-09-151-8/+2
| |/ / | | | | | | | | | | | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44.
* | | Merge pull request #6014 from nextcloud/add-copy-actionMorris Jobke2017-09-184-14/+227
|\ \ \ | |_|/ |/| | Allows files/folders to be copied.
| * | Add tests for FileListThomas Citharel2017-09-151-0/+98
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Don't show success notifications for failed copy actions and update folder sizesThomas Citharel2017-09-151-33/+59
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Change move copy order and debug leftoverThomas Citharel2017-09-152-3/+3
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | [WIP] Added copy and move buttonsThomas Citharel2017-09-153-31/+22
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Allow files to be copied through action menu & multiple files actionsThomas Citharel2017-09-152-1/+99
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #6537 from nextcloud/fix-2332-breadcrumb-refresh-current-dirMorris Jobke2017-09-181-1/+1
|\ \ | | | | | | Force refresh file list when clicking on breadcrumb even if target directory equals current directory.
| * | Force refresh file list when clicking on breadcrumb even if target directory ↵Chon Kou2017-09-161-1/+1
| | | | | | | | | | | | | | | | | | equals current directory. Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca>
* | | throw 101 when an empty group string is providedArthur Schiwon2017-09-182-1/+15
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-186-22/+30
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-09-172-0/+190
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-168-2/+174
| |
* | Merge pull request #6453 from nextcloud/fix-5273Morris Jobke2017-09-154-25/+72
|\ \ | | | | | | Fix initializing paged search under some circumstances
| * | adapted integration testsArthur Schiwon2017-09-142-13/+35
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix counting found results in search opArthur Schiwon2017-09-141-3/+6
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix limit-flaw in search on paged resultsArthur Schiwon2017-09-142-12/+17
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #6506 from nextcloud/sharename-overlapMorris Jobke2017-09-152-3/+17
|\ \ \ | |_|/ |/| | Fix sharer name overlap with filename
| * | Correctly ellipsize file names, fix #6498Jan-Christoph Borchardt2017-09-142-1/+5
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Ellipsize sharer name, ref #6498Jan-Christoph Borchardt2017-09-142-2/+12
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | allow apps to control the trash binBjoern Schiessle2017-09-153-13/+158
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-1516-50/+438
|/ /
* / Allow to close sidebar for text filesMorris Jobke2017-09-141-0/+1
|/ | | | | | * the close button was overlapped by the text preview and you could not close the sidebar then Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-09-1412-52/+334
|
* Merge pull request #6483 from nextcloud/fix_quota_new_endpointMorris Jobke2017-09-144-21/+88
|\ | | | | Fix quota calculation on new dav upload endpoint
| * Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-134-21/+88
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5689 from nextcloud/fix-4117Morris Jobke2017-09-146-48/+189
|\ \ | |/ |/| LDAP: simplify returning the homePath and fixing #4117
| * listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-315-26/+178
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * simplify returning the homePath and fixing #4117Arthur Schiwon2017-08-312-23/+12
| | | | | | | | | | | | | | | | homesToKill was not set in runtime since some changes some place else. It required deleteUser() to be called first. The method acts independent of it now. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #5398 from nextcloud/theming-page-titleMorris Jobke2017-09-131-2/+8
|\ \ | | | | | | Fallback to "getTitle" / "getEntity" of filesystem theme in theming app
| * | Use theme methods "getTitle" and "getEntity" as fallback if name is not themed.Joachim Bauch2017-09-131-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue with custom filesystem themes that can define title, name and entity differently, but the theming app was only using the name as fallback (see #5374). Signed-off-by: Joachim Bauch <bauch@struktur.de>
* | | Merge pull request #6457 from nextcloud/theming-favicon-invert-appsMorris Jobke2017-09-131-4/+13
|\ \ \ | |/ / |/| | Invert themed favicons on bright colors