summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Rename "LDAP" to "LDAP/AD-integration"Marius Blüm2017-11-271-1/+1
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Fix unit testsMorris Jobke2017-11-272-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* that has since been deleted, ID to nodeAllan Nordhøy2017-11-271-3/+3
| | | | | | You were mentioned in a group chat by a user that has since been deleted Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-272-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-11-256-20/+22
|
* Merge pull request #7275 from ↵Morris Jobke2017-11-242-2/+13
|\ | | | | | | | | nextcloud/disable-elements-while-a-comment-is-being-deleted Disable elements while a comment is being deleted
| * Disable elements while a comment is being deletedDaniel Calviño Sánchez2017-11-242-2/+13
| | | | | | | | | | | | | | | | | | | | When a comment is being deleted the "disabled" class is added to the comment div, which causes it to look disabled. However, the input elements and the content editable div were not truly disabled, and thus it was still possible to interact with them. This commit ensures that they are properly disabled while the comment is being deleted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-11-242-0/+16
| |
* | Merge pull request #7137 from nextcloud/shared-jailed-source-rootMorris Jobke2017-11-232-1/+53
|\ \ | |/ |/| Use the correct root for shared jail when the source storage is also a jail
| * Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-102-1/+53
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-11-2310-8/+132
| |
* | Make close icon fill more spaceMarin Treselj2017-11-211-2/+2
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | [tx-robot] updated from transifexNextcloud bot2017-11-212-0/+16
| |
* | Merge pull request #7047 from ↵Björn Schießle2017-11-206-13/+32
|\ \ | | | | | | | | | | | | nextcloud/add-support-for-files-with-no-permissions Add support for files with no permissions
| * | 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-023-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-022-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2017-11-2012-18/+26
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-11-1912-12/+42
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-11-186-0/+6
| | |
* | | 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 #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-1720-0/+38
| | | | |
* | | | | 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-1610-3/+703
|\ \ \ \ \ \ | |/ / / / / |/| | | | | 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>
| * | | | | integrate Dav app with Calendar APIGeorg Ehrke2017-11-098-3/+693
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #7188 from nextcloud/fix-broken-svg-2Morris Jobke2017-11-1611-24/+9
|\ \ \ \ \ | | | | | | | | | | | | Re-optimize places and files icons
| * | | | | Re-optimize places and files iconsMarin Treselj2017-11-1511-24/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-11-168-2/+84
| | | | | |
* | | | | | Merge pull request #7173 from ↵Morris Jobke2017-11-152-4/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/show_username_in_invitationsemails Show organizer's name in From field of invitation email
| * | | | | show name of organizer in from name of invitation emailGeorg Ehrke2017-11-142-4/+27
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-11-154-0/+4
| | | | |
* | | | | Merge pull request #7165 from nextcloud/smb-2.0.3Morris Jobke2017-11-1416-47/+126
|\ \ \ \ \ | | | | | | | | | | | | update icewind/smb to 2.0.3
| * | | | | update icewind/smb to 2.0.3Robin Appelman2017-11-1416-47/+126
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #7130 from nextcloud/fix-broken-svgJan-Christoph Borchardt2017-11-144-8/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Optimize SVG icons
| * | | | | second batch of fixed and re-optimized iconsMarin Treselj2017-11-104-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | Merge pull request #5749 from nextcloud/ldap-primary-buttonsblizzz2017-11-143-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | LDAP Wizard: primary-style buttons
| * | | | | | Use primary class also for ui-button elementsJulius Härtl2017-11-134-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | hackishly add primary css class adaption for jquery uiArthur Schiwon2017-11-134-1/+14
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Fix tooltip placement in Shared files listJan-Christoph Borchardt2017-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-11-1416-0/+172
|/ / / / /
* | | | | Merge pull request #7123 from nextcloud/external-storage-user-mount-checkboxMorris Jobke2017-11-131-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix "allow user mount" checkbox for external storage
| * | | | | Fix "allow user mount" checkbox for external storageRobin Appelman2017-11-091-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #7051 from nextcloud/breadcrumbs-refactorMorris Jobke2017-11-137-231/+336
|\ \ \ \ \ | | | | | | | | | | | | Breadcrumbs refactor
| * | | | | Added more tests and only test jsunit on drone (for testing only)John Molakvoæ (skjnldsv)2017-11-131-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>