- Mar 16, 2015
-
-
Thomas Müller authored
drop any fallback code related to curl
-
Jenkins for ownCloud authored
-
- Mar 15, 2015
-
-
Morris Jobke authored
Put notice about checking logs in setup warning
-
Jenkins for ownCloud authored
-
Robin McCorkell authored
-
- Mar 14, 2015
-
-
Joas Schilling authored
Fix getting the avatar of a non-existing user
-
Jenkins for ownCloud authored
-
- Mar 13, 2015
-
-
Thomas Müller authored
Use proper error type and clean-up code
-
Thomas Müller authored
Drop example user backend
-
Joas Schilling authored
-
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
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
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...
-
Lukas Reschke authored
-
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
drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447
-
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
-