- 24 Feb, 2015 7 commits
-
-
Lukas Reschke authored
Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013…
-
Lukas Reschke authored
add question about user-backend
-
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
-
- 23 Feb, 2015 24 commits
-
-
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
-
Thomas Müller authored
Update license headers
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
Thomas Müller authored
Use "off" and "off" instead of true booleans
-
Lukas Reschke authored
DAV authentication: use Owncloud's internal user instead of HTTP auth one
-
Lukas Reschke authored
Apparently a boolean in php.ini is according to the documentation "on" or "off"… Fixes itself.
-
Jenkins for ownCloud authored
-
- 22 Feb, 2015 6 commits
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Add helper to check for `ini` values in `OC_Util::checkServer`
-
Thomas Müller authored
Check for PHP configuration before executing unit tests
-
Georg Ehrke authored
-
Jenkins for ownCloud authored
-
- 21 Feb, 2015 3 commits
-
-
Lukas Reschke authored
-
Lukas Reschke authored
This allows to check for specific values in the PHP.ini that ownCloud requires for full compatibility. `mbstring.func_overload`: https://github.com/owncloud/core/issues/14372 `output_buffering`: http://doc.owncloud.org/server/8.0/admin_manual/configuration/big_file_upload_configuration.html#configuring-php Fixes https://github.com/owncloud/core/issues/14372 and https://github.com/owncloud/core/issues/14412
-
Thomas Müller authored
-