Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increment user_openid version to load new app type | Bart Visscher | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | Coding style fixes | Bart Visscher | 2012-06-29 | 2 | -2/+2 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2012-06-29 | 3 | -8/+0 |
| | |||||
* | Allow apps to load before login, needed for user_openid | Bart Visscher | 2012-06-18 | 1 | -0/+1 |
| | |||||
* | Removed some unessecary sanitizations | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Sanitize user input | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists | ||||
* | | correctly detect https | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
| | | |||||
* | | use our own serverHost call so that ownCloud works with reverse proxy servers | Frank Karlitschek | 2012-05-31 | 2 | -3/+3 |
| | | |||||
* | | some fixes for contacts, gallery and openid | Georg Ehrke | 2012-05-19 | 1 | -1/+0 |
| | | |||||
* | | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | | | | | ownCloud 4 | ||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 7 | -0/+0 |
| | | |||||
* | | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
|/ | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 3 | -3/+3 |
| | |||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | port checkAppEnabled | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 1 | -4/+4 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 3 | -4/+4 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -2/+2 |
| | |||||
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | porting of OC_User to public API complete. | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | | | | What better thing to do during a long train ride than refactoring ;-) | ||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 2 | -8/+8 |
| | |||||
* | port some of the log call to the new public api | Frank Karlitschek | 2012-05-01 | 2 | -8/+8 |
| | | | | more to come | ||||
* | updated logos and icons | Jan-Christoph Borchardt | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 |
| | |||||
* | Use OC_Helper::serverHost() in openid settings | Daniele E. Domenichelli | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | webdav needs to load authentication apps | Arthur Schiwon | 2012-04-04 | 1 | -0/+3 |
| | |||||
* | Use separate function to make absolute urls | Bart Visscher | 2012-02-17 | 2 | -3/+3 |
| | |||||
* | remove unneeded definiton of get_temp_dir | Robin Appelman | 2011-10-20 | 1 | -35/+0 |
| | |||||
* | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵ | Hendrik Langer | 2011-10-19 | 1 | -20/+28 |
| | | | | environments | ||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 3 | -20/+8 |
| | |||||
* | disable openid on default | Robin Appelman | 2011-10-07 | 1 | -1/+0 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 1 | -1/+2 |
| | |||||
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 1 | -0/+12 |
| | | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 3 | -12/+12 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 3 | -7/+4 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Better feedback for saving calendar and openid settings | Bart Visscher | 2011-09-11 | 2 | -13/+3 |
| | |||||
* | Fix a warning and an error | Bart Visscher | 2011-09-10 | 1 | -1/+1 |
| | |||||
* | Use OC_Helper::linkTo also for absolute urls. | Bart Visscher | 2011-09-09 | 2 | -5/+3 |
| | | | | One central place to check for https. | ||||
* | having non-editable stuff as input fields is really confusing. You were ↵ | Jan-Christoph Borchardt | 2011-09-04 | 1 | -4/+4 |
| | | | | right Robin ;) | ||||
* | language updates, optimization of Help HTML | Jan-Christoph Borchardt | 2011-08-18 | 1 | -3/+3 |
| | |||||
* | more fixes for Personal and Tipsy | Jan-Christoph Borchardt | 2011-08-14 | 2 | -5/+11 |
| | |||||
* | fix some details in Personal | Robin Appelman | 2011-08-14 | 1 | -1/+4 |
| | |||||
* | more info in personal, WebDAV, OpenID | Jan-Christoph Borchardt | 2011-08-14 | 1 | -4/+5 |
| | |||||
* | apps can now add their own forms to the Personal page | Robin Appelman | 2011-08-08 | 4 | -0/+30 |
| |