- Nov 05, 2019
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Roeland Jago Douma authored
Remove unneeded more-white icon
-
John Molakvoæ authored
Fix comments app init and LoadSidebar event
-
Nextcloud bot authored
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
- Nov 04, 2019
-
-
Roeland Jago Douma authored
Enh/share expiration notification
-
Christoph Wurst authored
Fix reshare with circle
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Roeland Jago Douma authored
remove more cases of manual Application instance creation
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
this is triggerd (and not cought by the query arm) if an item from an app is queried before the app queries it's own Application instance Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
John Molakvoæ authored
Fix Application instances created multiple times
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
blizzz authored
Workflow frontend polishing
-
Nextcloud bot authored
-
- Nov 03, 2019
-
-
Nextcloud bot authored
-
- Nov 02, 2019
-
-
Nextcloud bot authored
-
- Nov 01, 2019
-
-
Roeland Jago Douma authored
Introduces a new command that will create notifications for users if they have shares that will expire the next day. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
Roeland Jago Douma authored
Ignored compiled js files in files
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 31, 2019
-
-
Roeland Jago Douma authored
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
Polish login flow v2
-
Roeland Jago Douma authored
Get all shares iterable
-
Roeland Jago Douma authored
Fix spaces being collapsed in move dialog again
-
Roeland Jago Douma authored
Remove unnedeed IE8 CSS
-
Roeland Jago Douma authored
Bring back external storage group select delete
-
Roeland Jago Douma authored
fix action menu on mobile
-
Roeland Jago Douma authored
unlink(....): No such file or directory at ..../lib/private/Preview/Movie.php#98
-
- Oct 30, 2019
-
-
Daniel Schneider authored
-
Greta Doci authored
Signed-off-by:
Greta Doci <gretadoci@gmail.com>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Roeland Jago Douma authored
Do not show 'Get your own free account' on services under subscription
-
Roeland Jago Douma authored
Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Christian Oliff authored
IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
-
- Oct 29, 2019
-
-
Roeland Jago Douma authored
Merge pull request #17562 from nextcloud/techdebt/17509/log-error-when-setting-up-application-incorrectly Log an error in development cases when the application class was set …
-
Roeland Jago Douma authored
Remove constructor from IProvderFactory interface
-