- Dec 02, 2015
-
-
Thomas Müller authored
remove old propagation logic
-
Morris Jobke authored
Execute only for web and not for CLI
-
Lukas Reschke authored
-
Lukas Reschke authored
Ensure trailing slash in URIs
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Thomas Müller authored
Respect disabled incoming federated shares
-
Thomas Müller authored
Check if rewrite base is set if rewrite is active
-
Morris Jobke authored
-
Thomas Müller authored
Add quota behat test
-
Thomas Müller authored
Add metadata to post delete hooks
-
Thomas Müller authored
Allow DI for OCP\Files\IMimeTypeDetector
-
Thomas Müller authored
Check the expiration date for null
-
Roeland Jago Douma authored
Only fetch the incoming federated shares if incoming shares are actually enabled. Fixes #20713
-
Jenkins for ownCloud authored
-
Roeland Jago Douma authored
DI in avatar code
-
- Dec 01, 2015
-
-
Roeland Jago Douma authored
* DI in avatar code * Use the node API * More unit tests * Unit tests no longer require DB
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Required for routes that might otherwise collide with existing folders on the system
-
Lukas Reschke authored
mod_rewrite as used by the front controller may require a `RewriteBase` in case the installation is done using an alias. Since we cannot enforce a writable `.htaccess` file this will move the `front_controller_active` environment variable into the main .htaccess file. If administrators decide to have this one not writable they can still enable this feature by setting the `front_controller_active` environment variable within the Apache config.
-
Morris Jobke authored
* null is always less than any value -> expirationDate gets null which is "no date set" * ref https://github.com/owncloud/core/issues/20590#issuecomment-158393075
-
Lukas Reschke authored
Support pretty URLs
-
Robin Appelman authored
-
Joas Schilling authored
-
Lukas Reschke authored
This changeset allows ownCloud to run with pretty URLs, they will be used if mod_rewrite and mod_env are available. This means basically that the `index.php` in the URL is not shown to the user anymore. Also the not deprecated functions to generate URLs have been modified to support this behaviour, old functions such as `filePath` will still behave as before for compatibility reasons. Examples: http://localhost/owncloud/index.php/s/AIDyKbxiRZWAAjP => http://localhost/owncloud/s/AIDyKbxiRZWAAjP http://localhost/owncloud/index.php/apps/files/ => http://localhost/owncloud/apps/files/ Due to the way our CSS and JS is structured the .htaccess uses some hacks for the final result but could be worse... And I was just annoyed by all that users crying for the removal of `index.php` ;-)
-
Thomas Müller authored
Add code integrity checker foundation
-
Thomas Müller authored
Add command to get and set config for external mounts
-
Morris Jobke authored
-
Morris Jobke authored
-
Morris Jobke authored
-
Thomas Müller authored
Revert "Fix column width of mtime column"
-
Thomas Müller authored
Fix the docs of the exceptions and remove hardcoded language from the…
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Morris Jobke authored
-
Robin Appelman authored
-
Thomas Müller authored
Make autotest.sh able to output proper coverage again
-
Joas Schilling authored
-