Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix migration naming | Joas Schilling | 2017-09-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #6264 from nextcloud/dav-migrations | Roeland Jago Douma | 2017-09-19 | 3 | -802/+481 |
|\ | | | | | Move DAV app to migrations | ||||
| * | Move DAV app to migrations | Roeland Jago Douma | 2017-09-18 | 3 | -802/+481 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-19 | 90 | -210/+288 |
| | | |||||
* | | fix undefined constants | Robin Appelman | 2017-09-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | disable part files for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | add stat cache for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -7/+56 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | more efficient is_dir | Robin Appelman | 2017-09-18 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | more efficient permissions for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | more efficient write only fopen | Robin Appelman | 2017-09-18 | 1 | -1/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 1 | -35/+14 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 1 | -17/+21 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | remove non composer aws sdk | Robin Appelman | 2017-09-18 | 613 | -58632/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #6518 from nextcloud/allow-apps-to-control-versions | Morris Jobke | 2017-09-18 | 2 | -0/+93 |
|\ \ | | | | | | | allow apps to disable versions for some files | ||||
| * | | allow apps to disable versions for some files | Bjoern Schiessle | 2017-09-15 | 2 | -0/+93 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Merge pull request #5585 from nextcloud/contacts_menu_privacy | Morris Jobke | 2017-09-18 | 1 | -8/+2 |
|\ \ \ | | | | | | | | | Enhance privacy of contactsmenu fixes #5107 | ||||
| * | | | Revert "Do not list system users in contacts menu if sharing autocompletion ↵ | Lukas Reschke | 2017-09-15 | 1 | -8/+2 |
| |/ / | | | | | | | | | | | | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44. | ||||
* | | | Merge pull request #6014 from nextcloud/add-copy-action | Morris Jobke | 2017-09-18 | 4 | -14/+227 |
|\ \ \ | |_|/ |/| | | Allows files/folders to be copied. | ||||
| * | | Add tests for FileList | Thomas Citharel | 2017-09-15 | 1 | -0/+98 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Don't show success notifications for failed copy actions and update folder sizes | Thomas Citharel | 2017-09-15 | 1 | -33/+59 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Change move copy order and debug leftover | Thomas Citharel | 2017-09-15 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | [WIP] Added copy and move buttons | Thomas Citharel | 2017-09-15 | 3 | -31/+22 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Allow files to be copied through action menu & multiple files actions | Thomas Citharel | 2017-09-15 | 2 | -1/+99 |
| |/ | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Merge pull request #6537 from nextcloud/fix-2332-breadcrumb-refresh-current-dir | Morris Jobke | 2017-09-18 | 1 | -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 Kou | 2017-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | equals current directory. Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca> | ||||
* | | | throw 101 when an empty group string is provided | Arthur Schiwon | 2017-09-18 | 2 | -1/+15 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-18 | 6 | -22/+30 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-17 | 2 | -0/+190 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-16 | 8 | -2/+174 |
| | | |||||
* | | Merge pull request #6453 from nextcloud/fix-5273 | Morris Jobke | 2017-09-15 | 4 | -25/+72 |
|\ \ | | | | | | | Fix initializing paged search under some circumstances | ||||
| * | | adapted integration tests | Arthur Schiwon | 2017-09-14 | 2 | -13/+35 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix counting found results in search op | Arthur Schiwon | 2017-09-14 | 1 | -3/+6 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | improve and extend paging integration test | Arthur Schiwon | 2017-09-14 | 2 | -11/+28 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | replace hard-coded attribute with the corresponding settings option | Arthur Schiwon | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix limit-flaw in search on paged results | Arthur Schiwon | 2017-09-14 | 2 | -12/+17 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #6506 from nextcloud/sharename-overlap | Morris Jobke | 2017-09-15 | 2 | -3/+17 |
|\ \ \ | |_|/ |/| | | Fix sharer name overlap with filename | ||||
| * | | Correctly ellipsize file names, fix #6498 | Jan-Christoph Borchardt | 2017-09-14 | 2 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Ellipsize sharer name, ref #6498 | Jan-Christoph Borchardt | 2017-09-14 | 2 | -2/+12 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | allow apps to control the trash bin | Bjoern Schiessle | 2017-09-15 | 3 | -13/+158 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-15 | 16 | -50/+438 |
|/ / | |||||
* / | Allow to close sidebar for text files | Morris Jobke | 2017-09-14 | 1 | -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 transifex | Nextcloud bot | 2017-09-14 | 12 | -52/+334 |
| | |||||
* | Merge pull request #6483 from nextcloud/fix_quota_new_endpoint | Morris Jobke | 2017-09-14 | 4 | -21/+88 |
|\ | | | | | Fix quota calculation on new dav upload endpoint | ||||
| * | Fix quota calculation on new dav upload endpoint | Roeland Jago Douma | 2017-09-13 | 4 | -21/+88 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5689 from nextcloud/fix-4117 | Morris Jobke | 2017-09-14 | 6 | -48/+189 |
|\ \ | |/ |/| | LDAP: simplify returning the homePath and fixing #4117 | ||||
| * | listen to deletion hooks for proper handling, adjust and add tests | Arthur Schiwon | 2017-08-31 | 5 | -26/+178 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | simplify returning the homePath and fixing #4117 | Arthur Schiwon | 2017-08-31 | 2 | -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-title | Morris Jobke | 2017-09-13 | 1 | -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 Bauch | 2017-09-13 | 1 | -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-apps | Morris Jobke | 2017-09-13 | 1 | -4/+13 |
|\ \ \ | |/ / |/| | | Invert themed favicons on bright colors |