- Nov 01, 2018
-
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Nextcloud bot authored
-
- Oct 31, 2018
-
-
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
-
blizzz authored
Merge pull request #12009 from nextcloud/feature/noid/populate-notification-message-with-the-comment Populate the mention-notification with the actual message
-
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
-
Dennis1993 authored
added possibility to disable autocomplete in login form
-
John Molakvoæ authored
Design details in file picker
-
John Molakvoæ authored
Validate expire share days in settings (issue: #11930)
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Nextcloud bot authored
-
- Oct 30, 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>
-
blizzz authored
Calendar invitation: use system default instead of sender's language as fallback
-
Rinat Gumirov authored
Signed-off-by:
Rinat Gumirov <rinat.gumirov@mail.ru>
-
Roeland Jago Douma authored
Public interfaces Files_FullTextSearch
-
Rayn0r authored
Signed-off-by:
Rayn0r <Andre.Weidemann@web.de>
-
Roeland Jago Douma authored
Expired tokens should not trigger bruteforce protection
-
Rinat Gumirov authored
Signed-off-by:
Rinat Gumirov <rinat.gumirov@mail.ru>
-
MasterOfDeath authored
OCA\ShareByMail\Capabilities unit test Signed-off-by:
Rinat Gumirov <rinat.gumirov@mail.ru>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Maxence Lange authored
Merge remote-tracking branch 'origin/interfaces-files-fulltextsearch' into interfaces-files-fulltextsearch Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Roeland Jago Douma authored
Public interfaces FullTextSearch
-
Roeland Jago Douma authored
Extending documentation in config.sample.php for `trusted_proxies`
-
Roeland Jago Douma authored
Fixes #12131 If we hit an expired token there is no need to continue checking. Since we know it is a token. We also should not register this with the bruteforce throttler as it is actually a valid token. Just expired. Instead the authentication should fail. And buisness continues as usual. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Sharing user consolidation
-
Roeland Jago Douma authored
Feature/read only public share
-