- Feb 24, 2015
-
-
Olivier Paroz authored
-
Thomas Müller authored
[files_external] sftp tests
-
Lukas Reschke authored
Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups
-
Lukas Reschke authored
Use flock instead of just checking if there is a file to prevent deadloc...
-
Bernhard Posselt authored
use flock instead of just checking if there is a file to prevent deadlocks when the process crashed or the unlink wasnt done move cron.lock into top directory to prevent external storage issues use tmp directory lock file use new config interface incorporate #13770 add dots
-
Lukas Reschke authored
Activity manager performance improvements
-
Thomas Müller authored
3rd-party apps are disabled on upgrade
-
Thomas Müller authored
Fix code that never worked
-
Joas Schilling authored
Update group.php
-
Lukas Reschke authored
Use "HTTPOnly" for cookies when logging out
-
Lukas Reschke authored
Dont break code which relies on the cursor being open after insert/updat...
-
Lukas Reschke authored
Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013…
-
Bernhard Posselt authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
add question about user-backend
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
Make the password changed msg inline to fix #10242
-
Thomas Müller authored
don't allow installation of already installed apps - fixes #14004
-
Joas Schilling authored
fix issue with previews not being displayed if filename contains apostrophe
-
Lukas Reschke authored
Close the cursor after the affected count has been extracted.
-
Jenkins for ownCloud authored
-
- Feb 23, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Use `getParam` instead of `server`
-
Thomas Müller authored
Setup command
-
Thomas Müller authored
Make the search box filter apps
-
Thomas Müller authored
-
Thomas Müller authored
Update doctrine/dbal to 2.5.1 #13537
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
Fix Ajax type casting for files_external
-
Vincent Petry authored
Better caching for enabled apps
-
Robin McCorkell authored
-
Vincent Petry authored
-
Lukas Reschke authored
`server` is completely wrong here and this will not work on master. With `getParam` it will work fine though. Testplan: - [ ] Without patch: Share a file and try to access `http://localhost/public.php?service=files&t=THESHAREDTOKEN` => Fails - [ ] With patch: Try the same => Works Master only.
-
Bernhard Posselt authored
Fix some PHPDocs
-