Nextcloud Server
Go to file
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
.idea
3rdparty@aaf116c4cb [3rdparty] Bump php-parser 2015-12-01 09:22:55 +01:00
apps Merge pull request #20710 from owncloud/files_external_config_command 2015-12-01 15:27:32 +01:00
build tail the server log and exit with the exit code of behat 2015-12-01 10:16:46 +01:00
config Support pretty URLs 2015-12-01 16:46:07 +01:00
core Support pretty URLs 2015-12-01 16:46:07 +01:00
l10n
lib Support pretty URLs 2015-12-01 16:46:07 +01:00
ocs Use XMLWriter to generate response 2015-11-30 15:40:10 +01:00
ocs-provider
resources Add code integrity check 2015-12-01 11:55:20 +01:00
settings Add code integrity check 2015-12-01 11:55:20 +01:00
tests Support pretty URLs 2015-12-01 16:46:07 +01:00
themes
.bowerrc
.gitignore
.gitmodules
.htaccess Support pretty URLs 2015-12-01 16:46:07 +01:00
.jshintrc
.mailmap
.scrutinizer.yml
.tag
.travis.yml Use sqlite 2015-11-25 21:14:15 +01:00
.user.ini
AUTHORS
autotest-external.sh
autotest-hhvm.sh
autotest-js.sh
autotest.cmd
autotest.sh Make autotest.sh able to output proper coverage again 2015-12-01 12:03:27 +01:00
bower.json update bootstrap from 3.3.5 to 3.3.6 2015-11-30 14:12:57 +01:00
buildjsdocs.sh
console.php
CONTRIBUTING.md
COPYING-AGPL
COPYING-README
cron.php
db_structure.xml Merge pull request #20650 from owncloud/systemtags-core 2015-11-30 15:38:43 +01:00
index.html
index.php
issue_template.md
occ
public.php
README.md Update README.md 2015-11-30 14:32:37 +01:00
remote.php
robots.txt
status.php
version.php Allow DI the system tag stuff without Application class 2015-11-30 17:08:29 +01:00

ownCloud Core

Build Status Scrutinizer Code Quality CodeClimate Coverity Dependency Status Dependency Status

ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server.

Why is this so awesome?

  • 📁 Acess your Data You can store your files, contacts, calendars and more on a server of your choosing.
  • 📦 Sync your Data You keep your files, contacts, calendars and more synchronized amongst your devices.
  • 🔄 Share your Data You share your data with others, and give them access to your latest photo galleries, your calendar or anything else you want them to see.
  • 🚀 Expandable with dozens of Apps ...like Calendar, Contacts, Mail or News.
  • ☁️ All Benefits of the Cloud ...on your own Server.
  • 🔒 Encryption You can encrypt data in transit with secure https connections. You can enable the encryption app to encrypt data on storage for improved security and privacy.
  • ...

Installation instructions

https://doc.owncloud.org/server/9.0/developer_manual/app/index.html

Contribution Guidelines

https://owncloud.org/contribute/

Get in touch

Important notice on translations

Please submit translations via Transifex: https://www.transifex.com/projects/p/owncloud/

Transifex

For more detailed information about translations: http://doc.owncloud.org/server/9.0/developer_manual/core/translation.html