summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7047 from ↵Björn Schießle2017-11-2010-52/+61
|\ | | | | | | | | nextcloud/add-support-for-files-with-no-permissions Add support for files with no permissions
| * Set read permission for files based on the data returned by the serverDaniel Calviño Sánchez2017-11-022-14/+18
| | | | | | | | | | | | | | | | Now that the permissions returned by the server specify whether a file is readable or not the frontend no longer needs to assume that every file is readable. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix tests for parsing of permissionsDaniel Calviño Sánchez2017-11-021-16/+1
| | | | | | | | | | | | | | Now that these tests are executed they are revealed to be partially obsolete; they were fixed to match the current parsing behaviour. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix asserts silently not executedDaniel Calviño Sánchez2017-11-021-5/+5
| | | | | | | | | | | | | | The first parameter of "apply" must be the object to act as "this", and the Promise callback gets the parameters provided in the "resolve". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove requeriment for read permission on some actionsDaniel Calviño Sánchez2017-11-022-2/+2
| | | | | | | | | | | | | | The Details and the Favorite actions do not require any permission on the files to be performed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add proper handling of files without permissionsDaniel Calviño Sánchez2017-11-024-2/+17
| | | | | | | | | | | | | | | | | | | | | | Now a file gets its directory permissions only if it contained no permissions (they were undefined or null), but not if its permissions were set to "NONE". Besides that, now file actions that do not require any permission on the file to be performed can be used on files that have no permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Return whether the file is readable or not in the DAV permissionsDaniel Calviño Sánchez2017-11-023-15/+20
| | | | | | | | | | | | | | | | | | | | Until now it was safe to assume that every file was readable by its owner, so there was no need to return whether the file was readable or not. However, with the introduction of end to end encryption that is no longer the case, and it is now necessary to explicitly provide that information. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #7195 from nextcloud/app-content-listMorris Jobke2017-11-201-0/+193
|\ \ | | | | | | Add app content list
| * | Increase clickable area of actions to 44*44pxJan-Christoph Borchardt2017-11-201-3/+7
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Move star to top right instead of top left, fix checkbox overlayJan-Christoph Borchardt2017-11-201-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Reduce size of date in listJan-Christoph Borchardt2017-11-201-1/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Checkboxes and favourite fixJohn Molakvoæ (skjnldsv)2017-11-171-8/+10
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Checkboxes and various design fixesJohn Molakvoæ (skjnldsv)2017-11-161-20/+51
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Add app content listJohn Molakvoæ (skjnldsv)2017-11-161-0/+155
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #7211 from nextcloud/fix-5916Morris Jobke2017-11-201-3/+3
|\ \ \ | | | | | | | | only replace permission popupmenu
| * | | only replace permission popupmenuArthur Schiwon2017-11-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the contacts popovermenu is also present and is being replaces, ending up in two permission popupmenus with checkboxes duplicating the id, breaking further permission changes. plus, fixing a selector Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-11-2022-42/+134
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-11-1918-12/+52
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-11-1810-0/+16
| | | |
* | | | Merge pull request #7121 from nextcloud/fix_7119Roeland Jago Douma2017-11-174-10/+69
|\ \ \ \ | | | | | | | | | | If there is no internet connection don't try to contact appstore
| * | | | Fix testsRoeland Jago Douma2017-11-173-9/+67
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | If there is no internet connection don't try to contact appstoreRoeland Jago Douma2017-11-171-1/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | Fixes #7119 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7163 from ↵Jan-Christoph Borchardt2017-11-171-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/force-breaks-on-extremely-long-words-in-comments Force breaks on extremely long words in comments
| * | | Force breaks on extremely long wordsDaniel Calviño Sánchez2017-11-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | If not broken extremely long words overflow their container. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #7206 from nextcloud/fix-object-storage-touchBjörn Schießle2017-11-171-14/+13
|\ \ \ \ | | | | | | | | | | touch opertation on object storage, don't create the file cache entry to early
| * | | | only create the file cache entry after the empty file was created ↵Bjoern Schiessle2017-11-171-14/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | successfully, otherwise file_exists() call on the initial file_put_content() will indicate that the file already exists Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #7152 from ↵Morris Jobke2017-11-171-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/adjust_calendarobject_size_after_applying_class remove cached size from shared calendar objects
| * | | | remove cached size from shared calendar objectsGeorg Ehrke2017-11-121-0/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-11-1730-2/+104
| | | | |
* | | | | Merge pull request #7199 from nextcloud/fix-style-of-reset-password-formMorris Jobke2017-11-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Adjust style of new password form to default
| * | | | | Adjust style of new password form to defaultMorris Jobke2017-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #7167 from nextcloud/password-button-overflowMorris Jobke2017-11-161-2/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix reset password button overflow
| * | | | | | Fix reset password button overflowJan-Christoph Borchardt2017-11-141-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | Merge pull request #7193 from nextcloud/bugfix/noid/invitation-email-refinementsMorris Jobke2017-11-161-4/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | refine invitation email
| * | | | | | | refine invitation emailGeorg Ehrke2017-11-161-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | | Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-1618-3/+1274
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Calendar API for apps
| * | | | | | | add option to filter CalendarAPI by componenttypeGeorg Ehrke2017-11-091-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | | | update dav autoloaders after adding calendar apiGeorg Ehrke2017-11-092-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | | | update autoloader to included added classes and interfaceGeorg Ehrke2017-11-092-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | | | integrate Dav app with Calendar APIGeorg Ehrke2017-11-098-3/+693
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | | | implement CalendarManagerGeorg Ehrke2017-11-094-0/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | | | | Public interfaces for calendar APIGeorg Ehrke2017-11-092-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | | Merge pull request #7194 from nextcloud/fix-broken-svg-3Morris Jobke2017-11-1633-34/+33
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Re-optimize filetype and category icons
| * | | | | | | Re-optimize filetype and category iconsMarin Treselj2017-11-1633-34/+33
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | | Merge pull request #7188 from nextcloud/fix-broken-svg-2Morris Jobke2017-11-1627-39/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Re-optimize places and files icons
| * | | | | | | Re-optimize places and files iconsMarin Treselj2017-11-1527-39/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | | | Merge pull request #7189 from nextcloud/security-games-iconsMorris Jobke2017-11-162-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added security and games icons
| * | | | | | | | Clean up and re-optimize games iconMarin Treselj2017-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | | | | | | Added security and games iconsJohn Molakvoæ (skjnldsv)2017-11-152-0/+9
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2017-11-1628-4/+154
| |_|_|_|_|/ / |/| | | | | |