nextcloud/core
Lukas Reschke 2515cb17be Support pretty URLs
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` ;-)
2015-12-01 16:46:07 +01:00
..
ajax Add code integrity check 2015-12-01 11:55:20 +01:00
avatar Update license headers 2015-10-26 14:04:01 +01:00
command Add code integrity check 2015-12-01 11:55:20 +01:00
css update page: fix heading whitespace and unbold less important sections 2015-11-25 13:16:00 +01:00
doc fix difference between packaged version and master 2013-08-17 10:33:11 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img Merge pull request #20236 from maprambo/safari-pinned-tab-icon 2015-11-09 11:12:38 +01:00
js Support pretty URLs 2015-12-01 16:46:07 +01:00
l10n [tx-robot] updated from transifex 2015-12-01 01:55:07 -05:00
lostpassword remove unneeded icons from input fields to not distract from submit button, fix #18940 2015-10-30 11:11:37 +01:00
search add search fallback to browser 2015-11-24 15:01:20 +01:00
setup update licence headers via script 2015-10-05 21:15:52 +02:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
tags Update license headers 2015-03-26 11:44:36 +01:00
templates Don't trust update server 2015-11-28 12:21:53 +01:00
user Update license headers 2015-03-26 11:44:36 +01:00
vendor update bootstrap from 3.3.5 to 3.3.6 2015-11-30 14:12:57 +01:00
application.php Update license headers 2015-10-26 14:04:01 +01:00
register_command.php Add code integrity check 2015-12-01 11:55:20 +01:00
routes.php Update license headers 2015-10-26 14:04:01 +01:00
shipped.json Add Workflow app to shipped list 2015-11-27 14:26:39 +01:00
strings.php update license headers and authors 2015-06-25 14:13:49 +02:00