summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12182 from nextcloud/3rdparty/sabre-3.2.3Julius Härtl2018-11-021-6/+6
|\ | | | | [3rdparty] Bump sabre/dav to 3.2.3
| * Fix testsRoeland Jago Douma2018-11-011-6/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-022-2/+2
| |
* | Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-014-53/+84
|\ \ | | | | | | allow to create multiple link shares via share api
| * | Fix wording, sort 'Add another link' to bottom so it does not confuseJan-Christoph Borchardt2018-11-011-0/+5
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Use primary color for share link icon background instead of bland greyJan-Christoph Borchardt2018-11-011-2/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix note displayJohn Molakvoæ (skjnldsv)2018-11-011-1/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Copy link outside menuJohn Molakvoæ (skjnldsv)2018-11-011-7/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Migrate link shares to arrayJohn Molakvoæ (skjnldsv)2018-11-012-26/+24
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | adjust unit testsBjoern Schiessle2018-11-011-2/+22
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | allow to update lables for public link sharesBjoern Schiessle2018-11-011-1/+15
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | allow to add labels to sharesBjoern Schiessle2018-11-011-5/+13
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | allow to create multiple link shares via share apiBjoern Schiessle2018-10-311-9/+0
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #12150 from nextcloud/techdebt/noid/ldap-rm-iusertoolsMorris Jobke2018-11-017-179/+110
|\ \ \ | | | | | | | | remove app specific IUserTools and consolidate test
| * | | remove app specific IUserTools and consolidate testArthur Schiwon2018-10-307-179/+110
| |/ / | | | | | | | | | | | | | | | | | | Just some house keeping. IUserTools with used in even older days for easier creation of Access instances… Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #12180 from nextcloud/sidebar-fixesMorris Jobke2018-11-012-2/+12
|\ \ \ | | | | | | | | Sidebar fixes, mostly fixing design of tabs
| * | | Fix issues with clipboard button for local link in sidebarJan-Christoph Borchardt2018-11-011-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Add icon to Versions sidebar tabJan-Christoph Borchardt2018-11-011-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #12162 from nextcloud/file-menu-alignMorris Jobke2018-11-011-2/+13
|\ \ \ \ | |_|_|/ |/| | | Align file menu below '+' button, fix #5595
| * | | Align file menu below '+' button, fix #5595Jan-Christoph Borchardt2018-10-311-2/+13
| | |/ | |/| | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #12129 from nextcloud/versions-modular-apiMorris Jobke2018-11-0120-120/+781
|\ \ \ | | | | | | | | modular versions api
| * | | modular versions apiRobin Appelman2018-11-0120-120/+781
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows apps to register version backends for storage types The existing versions backend is wrapped in a "legacy" backend. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #12072 from nextcloud/writestreamRoeland Jago Douma2018-11-012-14/+19
|\ \ \ \ | |_|_|/ |/| | | extend storage api to allow directly writing a stream to storage
| * | | fix writeStream for jail wrapperRobin Appelman2018-10-311-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | update dav testsRobin Appelman2018-10-311-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this removes the need for temporary storages with some external storage backends. The new method is added to a separate interface to maintain compatibility with storage backends implementing the storage interface directly (without inheriting common) Currently the interface is implemented for objectstorage based storages and local storage and used by webdav uploads Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-012-0/+2
|/ / /
* | | Revert "Populate the mention-notification with the actual message"Arthur Schiwon2018-10-311-99/+41
| | | | | | | | | | | | This reverts commit d295ff53672d542f3b09ff0becd6a4a20ba1d494.
* | | Merge pull request #11647 from ↵Julius Härtl2018-10-312-0/+18
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/make-possible-for-tab-views-to-add-css-classes-to-their-container Make possible for tab views to add CSS classes to their container
| * | | Make possible for tab views to add CSS classes to their containerDaniel Calviño Sánchez2018-10-042-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In general the style of the tabs container should not change depending on which tab is the currently selected one. However, this could be needed in some very specific cases, so now the tab views can specify the extra CSS classes to be used in their container when they are selected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #12009 from ↵blizzz2018-10-311-41/+99
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/populate-notification-message-with-the-comment Populate the mention-notification with the actual message
| * | | | Populate the mention-notification with the actual messageJoas Schilling2018-10-301-41/+99
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #12095 from ↵Roeland Jago Douma2018-10-311-0/+51
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MasterOfDeath/OCA-ShareByMail-Capabilities-test-unit OCA\ShareByMail\Capabilities add unit test
| * | | | | OCA\ShareByMail\Capabilities unit testMasterOfDeath2018-10-311-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OCA\ShareByMail\Capabilities unit test Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
* | | | | | Merge pull request #12147 from ↵Roeland Jago Douma2018-10-311-0/+72
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | MasterOfDeath/OCA-SystemTags-Activity-Setting-add-unit-test OCA\SystemTags\Activity\Setting unit test
| * | | | | | OCA\SystemTags\Activity\Setting unit testRinat Gumirov2018-10-311-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
* | | | | | | slightly round off thumbnails in list view tooJan-Christoph Borchardt2018-10-311-0/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #12020 from ↵blizzz2018-10-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/11795/calendar_invitation_fallback_lang Calendar invitation: use system default instead of sender's language as fallback
| * | | | | | Calendar invitation: use system default instead of sender's language as fallbackGeorg Ehrke2018-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidationRoeland Jago Douma2018-10-302-8/+56
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sharing user consolidation
| * | | | | | | Styling papercutsJulius Härtl2018-10-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Update AddressBookImpl documentationJulius Härtl2018-10-301-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Make enhancing entries with type property optionalJulius Härtl2018-10-301-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Make dropdown height 6 1/2 entriesJulius Härtl2018-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Increase max-width of the share autocompletion suggestionsJulius Härtl2018-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Merge contacts and add type of result to the UIJulius Härtl2018-10-301-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Add type of properties to address book resultsJulius Härtl2018-10-301-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Remove federated sharing address books which are the same as local onesJulius Härtl2018-10-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Improve share select listJulius Härtl2018-10-301-0/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>