Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove config.php for oc.js | Roeland Jago Douma | 2016-10-31 | 1 | -207/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -3/+11 |
| | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+4 |
| | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 1 | -1/+1 |
| | | | | Also adds support for having custom login backgrounds | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | Fix js strings if group sharing is disabled | Roeland Jago Douma | 2016-03-22 | 1 | -1/+2 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | changed variables to lowercase | Vincent Chan | 2016-02-02 | 1 | -5/+5 |
| | |||||
* | Move data protection check to javascript | Vincent Chan | 2016-02-01 | 1 | -0/+8 |
| | | | | fixes #20199 | ||||
* | Make enable_avatars setting more robust | Morris Jobke | 2016-01-27 | 1 | -1/+1 |
| | | | | | * handles the setting in the same way everywhere * fixes #21949 | ||||
* | Deprecate getFirstWeekDay() and getDateFormat() in favor of l() | Joas Schilling | 2016-01-26 | 1 | -2/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 1 | -0/+1 |
| | | | | * fixes #20012 | ||||
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Allow specifying a custom reset-password-url | Joas Schilling | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | Merge pull request #11131 from owncloud/use-phpini-wrapper | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ | | | | | Replacing ini_get instances with inigetwrapper usages | ||||
| * | Replacing ini_get instances with inigetwrapper usages | Clark Tomlinson | 2015-11-23 | 1 | -1/+1 |
| | | |||||
* | | Support pretty URLs | Lukas Reschke | 2015-12-01 | 1 | -0/+1 |
|/ | | | | | | | | | | | | 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` ;-) | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Fix regression | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
| | | | | * fixes #18529 | ||||
* | Remove DEBUG constant and use config value | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
| | | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value | ||||
* | Make short versions of weekday/month names translatable | Hasso Tepper | 2015-08-21 | 1 | -0/+38 |
| | |||||
* | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder) | ||||
* | Correctly generate the doc link via go.php | Joas Schilling | 2015-04-09 | 1 | -1/+2 |
| | |||||
* | Fix config usage | Joas Schilling | 2015-04-09 | 1 | -6/+5 |
| | |||||
* | add remote share status to the config | Bjoern Schiessle | 2015-03-26 | 1 | -0/+4 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+29 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -28/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+28 |
| | |||||
* | Added config check | Roeland Jago Douma | 2015-02-13 | 1 | -0/+1 |
| | |||||
* | implement localizations based on punic | Thomas Müller | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | don't display share permission if resharing was disabled by the admin | Bjoern Schiessle | 2014-08-05 | 1 | -0/+1 |
| | |||||
* | use the minimum of configured session_livetime and session.gc_maxlifetime ↵ | Matthias Rieber | 2014-07-21 | 1 | -1/+1 |
| | | | | for session hearbeat interval calculation | ||||
* | only expire link shares | Bjoern Schiessle | 2014-06-06 | 1 | -4/+6 |
| | |||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+1 |
| | |||||
* | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+1 |
| | |||||
* | add information about default expire date to the share dialog | Bjoern Schiessle | 2014-05-13 | 1 | -0/+15 |
| | |||||
* | Add owncloud version to JS scope | Joas Schilling | 2014-02-26 | 1 | -2/+4 |
| | | | | Fix #5361 | ||||
* | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1 | Morris Jobke | 2014-02-24 | 1 | -0/+17 |
|\ | | | | | Update page title when navigating through directories (local) | ||||
| * | Merge branch 'master' into GuillaumeAmat-patch-1 | Robin Appelman | 2014-02-21 | 1 | -0/+1 |
| |\ | |||||
| * \ | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into ↵ | Vincent Petry | 2014-02-20 | 1 | -0/+17 |
| |\ \ | | | | | | | | | | | | | GuillaumeAmat-patch-1 | ||||
| | * | | Adds OC_Defaults values in javascript config | Guillaume AMAT | 2014-02-13 | 1 | -0/+17 |
| | | | | |||||
* | | | | Allow apps to add/modify config js output via hook. | ringmaster | 2014-02-20 | 1 | -3/+6 |
| |_|/ |/| | | |||||
* | | | Fix typo | Lukas Reschke | 2014-02-20 | 1 | -1/+1 |
| | | | |||||
* | | | Variable value is expected and not an echoed output | Lukas Reschke | 2014-02-20 | 1 | -1/+1 |
| | | | |||||
* | | | Move oc_isadmin to the config JS script | Lukas Reschke | 2014-02-20 | 1 | -0/+1 |
|/ / |