- Nov 25, 2014
-
-
Morris Jobke authored
Don't disclose relative directory path for single shared files of user
-
Morris Jobke authored
Close session only if encryption app is not enabled
-
Morris Jobke authored
Fix PHPDoc and deprecated code
-
- Nov 24, 2014
-
-
Lukas Reschke authored
Remove OC_Migrate
-
Lukas Reschke authored
Some PHPDocs were incorrect, also used this opportunity to replace some deprecated functions.
-
Morris Jobke authored
unify count filters and introduce display name attribute detection
-
Björn Schießle authored
use login name to verify password
-
Thomas Müller authored
Add route postfix to allow url versioning when only the http method changed
-
Björn Schießle authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12389
-
Morris Jobke authored
Deduplicate findBinaryPath() and do not try "command -v" on windows
-
Morris Jobke authored
Deprecate older API wrappers and calls
-
Morris Jobke authored
sharing: make sure that we only find the shares from a given owner
-
Thomas Müller authored
Use `/` as redirect location if webroot is set to an empty value
-
Vincent Petry authored
Add OCS API header per default
-
Lukas Reschke authored
This is unused legacy code. Let it die with ~~~honor~~ fire. Fixes https://github.com/owncloud/core/issues/12346
-
Lukas Reschke authored
add puphpet and vagrant to gitignore
-
Jenkins for ownCloud authored
-
Lukas Reschke authored
remove ugly hack and don't use OC\Preview\Image for tiffs and svgs
-
- Nov 23, 2014
-
-
Georg Ehrke authored
-
Georg Ehrke authored
-
Jenkins for ownCloud authored
-
- Nov 22, 2014
-
-
Morris Jobke authored
Rename providers to not begin with test
-
Morris Jobke authored
Remove testcleanuplistener
-
Jenkins for ownCloud authored
-
- Nov 21, 2014
-
-
Arthur Schiwon authored
make scrutinizer happier and always count users on assisted mode, even with xp'ed mode (would be a regression otherwise)
-
Lukas Reschke authored
Relieve @PVince from having to write it all the time ;-)
-
Arthur Schiwon authored
-
Björn Schießle authored
-
Lukas Reschke authored
If the webroot has been set to an empty value or ownCloud has been installed at the root location (`/``) there is a fair chance that the redirect for password resets does not work at all. This means that while the password is getting resetted the user is not redirected to the login page. I'm aware that it might be better to just set the webroot to `/` in those cases but this patch is better in the regard that it cannot break stuff. Thanks to @PVince81 for helping me debugging this. (I'm a moron and assumed it couldn't be THAT easy) Reported by @cdamken
-
Arthur Schiwon authored
-
Thomas Müller authored
fix unit tests of mdb2scheamreader
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12347
-
Jenkins for ownCloud authored
-
Thomas Müller authored
update grammar
-
Volkan Gezer authored
Suggested by mnestis on Transifex.
-
- Nov 20, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
This reverts commit 09fd34ee.
-
Morris Jobke authored
drop OC_Preferences::getUsers and getApps
-
Arthur Schiwon authored
-