- Nov 01, 2018
-
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Morris Jobke authored
remove app specific IUserTools and consolidate test
-
Morris Jobke authored
Sidebar fixes, mostly fixing design of tabs
-
Morris Jobke authored
Do not set indeterminate state for file shares
-
Morris Jobke authored
Align file menu below '+' button, fix #5595
-
Morris Jobke authored
modular versions api
-
Roeland Jago Douma authored
Fix header app name clickability issue, fix #12165
-
Roeland Jago Douma authored
extend storage api to allow directly writing a stream to storage
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Nextcloud bot authored
-
- Oct 31, 2018
-
-
Robin Appelman authored
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>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Robin Appelman authored
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>
-
Roeland Jago Douma authored
Fix .hidden class specificity, should not be overridable, ref #12138
-
Roeland Jago Douma authored
Only generate previews in powers of 4 and set min
-
Roeland Jago Douma authored
wrong method called
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Roeland Jago Douma authored
Before we'd round up all preview request to their nearest power of two. This resulted still in a lot of possible images. Generating a lot of server load and taking up a lot of space. This moves it to previews to be powers of 4: 64, 256, 1024 and 4096 Also the first two powers are always skipped (4, 16) as it doesn't make sense to generate previews for that. We cache preview pretty agressively and I feel this is a better tradeoff. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
blizzz authored
Revert "Populate the mention-notification with the actual message"
-
Arthur Schiwon authored
This reverts commit d295ff53.
-
Julius Härtl authored
Merge pull request #11647 from 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
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Roeland Jago Douma authored
fixes an Exception on the background job because the config was not set
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
blizzz authored
Merge pull request #12009 from nextcloud/feature/noid/populate-notification-message-with-the-comment Populate the mention-notification with the actual message
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Roeland Jago Douma authored
OCA\ShareByMail\Capabilities add unit test
-
Roeland Jago Douma authored
OCA\SystemTags\Activity\Setting unit test
-
John Molakvoæ authored
Show all app titles on hovering app menu area, fix #10952, fix #4619
-