summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-06-1454-124/+160
|
* Merge pull request #5295 from ↵Morris Jobke2017-06-132-0/+11
|\ | | | | | | | | nextcloud/bugfix/5077/allow_proppatches_to_birthday_calendar allow PropPatch requests to contact_birthdays
| * allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-082-0/+11
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #5380 from nextcloud/global-scale-settingsMorris Jobke2017-06-132-2/+2
|\ \ | | | | | | fix "add to your nextcloud" input field
| * | fix 'add to your nextcloud' input field, this is not an email addressBjoern Schiessle2017-06-132-2/+2
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #5372 from ↵Morris Jobke2017-06-132-3/+23
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/we-shall-monkey-patch-auth-headers-for-clients-that-dont-follow-specs Prevent sending second WWW-Authenticate header
| * | | Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-132-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes https://github.com/nextcloud/server/issues/5088 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #5378 from patschi/fix-5349Morris Jobke2017-06-131-1/+1
|\ \ \ \ | | | | | | | | | | Fix #5349, no themed icon when dragging folder
| * | | | Fix #5349, no themed icon when dragging folderPatrik Kernstock2017-06-131-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | | | Merge pull request #5305 from nextcloud/add-quota-to-files-viewMorris Jobke2017-06-138-8/+93
|\ \ \ \ | | | | | | | | | | Add quota to the files view
| * | | | Do not show icon for quota barMorris Jobke2017-06-132-5/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Remove unused elementJoas Schilling2017-06-131-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Put the quota bar to the bottomMorris Jobke2017-06-133-8/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Adjust the unit testJoas Schilling2017-06-131-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Remove the colored cornersJoas Schilling2017-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Add an event so apps can add hidden fields to the files pageJoas Schilling2017-06-132-1/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Only set the active item when there is one (not the case for quota)Joas Schilling2017-06-131-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Content will come from the external appJoas Schilling2017-06-131-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Remove useless translation and make it better on unlimitedJoas Schilling2017-06-131-5/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Style quota entry in files viewJan-Christoph Borchardt2017-06-133-17/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Add quota to the files viewJoas Schilling2017-06-134-0/+41
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #5373 from ↵Lukas Reschke2017-06-131-4/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/i-like-you-all-but-would-like-you-more-if-you-dont-ignore-red-ci-states Remove duplicate dependencies entry
| * | | | Remove duplicate dependencies entryLukas Reschke2017-06-131-4/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #5364 from nextcloud/fix-stringsMorris Jobke2017-06-131-1/+1
|\ \ \ \ | |/ / / |/| | | fix config switch description
| * | | fix config switch description, this is only about searching for users, to ↵Bjoern Schiessle2017-06-131-1/+1
| |/ / | | | | | | | | | | | | | | | enable/disable the possibility to publish users data we have a seperate config switch below Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #5302 from nextcloud/fix_5047Joas Schilling2017-06-131-2/+15
|\ \ \ | |/ / |/| | use the email address configured in Nextcloud as sender instead of the users email address
| * | use the email address configured in Nextcloud as sender instead of the users ↵Bjoern Schiessle2017-06-081-2/+15
| |/ | | | | | | | | | | email address Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docsMorris Jobke2017-06-121-0/+4
|\ \ | | | | | | Version and dependency are now required
| * | Add missing version requirement to OAuth2 appJoas Schilling2017-05-221-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-06-1312-14/+44
| | |
* | | Merge pull request #5310 from ↵Lukas Reschke2017-06-1211-19/+362
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-tag-label-removed-when-share-view-is-opened Fix tag label removed when share view is opened
| * | | Extract toggle visibility of a SystemTagsInfoView to its own viewDaniel Calviño Sánchez2017-06-095-26/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SystemTagsInfoViewToggleView is a basic view that renders a label that, when clicked, toggles the visibility of an associated SystemTagsInfoView. In order to keep the view parent agnostic its attachment and detachment to/from the MainfFileInfoView is done in the FilesPlugin. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add visibility related methodsDaniel Calviño Sánchez2017-06-092-6/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SystemTagsInfoView now provides public methods related to its visibility in preparation to be used by external objects. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Fix toggle element being removed when MainFileInfoView is rendered againDaniel Calviño Sánchez2017-06-092-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The toggle element was added to the MainFileInfoView element when SystemTagsInfoView was rendered. However, if the MainFileInfoView was rendered again after that the toggle element was removed. Therefore, instead of adding it when SystemTagsInfoView is rendered, the toggle element has to be added when MainFileInfoView triggers its "post-render" event. Note, however, that when MainFileInfoView is rendered all the events are removed from its child elements. As the toggle uses a "click" event either the event has to be added back or the element has to be detached before the MainFileInfoView is rendered. Fixes #4944 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Trigger pre and post render events in MainFileInfoDetailsViewDaniel Calviño Sánchez2017-06-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The post-render event makes possible to modify the MainFileInfoDetailsView element once it has been rendered, which is needed by OCA.SystemTags.FilesPlugin to add the "Tags" label to the file details, while the pre-render event makes possible to detach added elements if needed before the MainFileInfoDetailsView is rendered again, as that removes the events from the child DOM elements even if they belong to other views. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Make possible to know the registered detail views in a details viewDaniel Calviño Sánchez2017-06-094-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases, an app may need to act on a detail view registered by another app or the core, for example, to add extra elements to the element of the detail view. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #5319 from nextcloud/theming-undo-hoverMorris Jobke2017-06-121-0/+2
|\ \ \ \ | | | | | | | | | | Show reset to default button for theming values on hover, fix #3198
| * | | | Show reset to default button for theming values on hover, fix #3198Jan-Christoph Borchardt2017-06-091-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-06-122-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-06-116-0/+8
| | | | |
* | | | | Merge pull request #5122 from nextcloud/fix-ldap-integration-testsLukas Reschke2017-06-0913-23/+121
|\ \ \ \ \ | |/ / / / |/| | | | Fix ldap integration tests
| * | | | add convenience script to run all tests at onceArthur Schiwon2017-05-261-0/+34
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | Make IDE happyArthur Schiwon2017-05-2610-18/+81
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add missing INotificationManager when creating User backend, LDAPArthur Schiwon2017-05-263-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UserManager Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #5308 from nextcloud/fix_running_only_dav_testsBjörn Schießle2017-06-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | add missing parent::setUp that broke any other dav app test
| * | | | | add missing parent::setUp that broke any other dav app testGeorg Ehrke2017-06-081-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / | | | [tx-robot] updated from transifexNextcloud bot2017-06-0918-4/+44
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2017-06-0824-14/+86
| | | |
* | | | Merge pull request #5185 from nextcloud/error-spam-in-logMorris Jobke2017-06-071-0/+8
|\ \ \ \ | |_|/ / |/| | | Don't try to generate logs for chunking paths
| * | | Don't try to generate logs for chunking pathsJoas Schilling2017-05-311-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>