- Mar 13, 2015
-
-
Lukas Reschke authored
-
Lukas Reschke authored
We already provide an interface for application developers, this file is outdated and thus should get removed. Addresses No. 3 from https://github.com/owncloud/core/issues/14847
-
Morris Jobke authored
Remove OC_User_HTTP
-
Lukas Reschke authored
Can also be null
-
Lukas Reschke authored
If the user does not exist this returns null and can lead to nasty bugs since the IDE is not indicating this...
-
Arthur Schiwon authored
support paged results against 389ds.
-
Lukas Reschke authored
Addresses No. 1 from https://github.com/owncloud/core/issues/14847
-
Thomas Müller authored
cron shall not operate in case we are in maintenance mode
-
Jenkins for ownCloud authored
-
- Mar 12, 2015
-
-
Arthur Schiwon authored
-
Thomas Müller authored
-
Thomas Müller authored
Add cURL as hard-dependency
-
Lukas Reschke authored
It is required by other functionalities such as S2S anyways and ownCloud will fail hard at a lot of places without it.
-
Morris Jobke authored
we no longer support webdav locks - no need to keep the column
-
Thomas Müller authored
-
Thomas Müller authored
Do not overwrite the active menu entry of the navigation
-
Morris Jobke authored
Install command should not require table prefix
-
Jenkins for ownCloud authored
-
- Mar 11, 2015
-
-
Thomas Müller authored
Fix the avatarcontroller cache needing the cache dir
-
Christian Kampka authored
-
Morris Jobke authored
Run `updateDataDirectory` after Update
-
Roeland Jago Douma authored
This was removed in 82254ad5 and unfortunatly missed by jenkins before mering into master.
-
Lukas Reschke authored
Move AvatarController to AppFramework
-
Morris Jobke authored
Only make sure the cache directory exists when we use it
-
Roeland Jago Douma authored
* Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
-
Lukas Reschke authored
Setting oci as supported database
-
Morris Jobke authored
Add a console command user:add to create users over the console
-
Morris Jobke authored
Add support for font previews
-
Thomas Müller authored
-
Lukas Reschke authored
Allow iframes from same domain in share view
-
Morris Jobke authored
Merge pull request #13839 from owncloud/issue/13678-improve-remote-domain-detection-in-sharedropdown Better finding the remote URL from user input in share dropdown
-
Thomas Müller authored
-
Joas Schilling authored
-
Morris Jobke authored
Do not abort when meeting unfixable legacy storages
-
Lukas Reschke authored
Adding a more meaningful message for sabre dav exception
-
Thomas Müller authored
Correct "one invalid characters" to "one invalid character"
-
Thomas Müller authored
Add an option to include the installed app version in "occ app:list"
-
Thomas Müller authored
-
Bernhard Posselt authored
display app update error messages
-
Thomas Müller authored
Use occ to install ownCloud in autotest.sh
-