summaryrefslogtreecommitdiffstats
path: root/apps/user_openid
Commit message (Collapse)AuthorAgeFilesLines
* Increment user_openid version to load new app typeBart Visscher2012-06-291-1/+1
|
* Coding style fixesBart Visscher2012-06-292-2/+2
|
* Whitespace fixesBart Visscher2012-06-293-8/+0
|
* Allow apps to load before login, needed for user_openidBart Visscher2012-06-181-0/+1
|
* Removed some unessecary sanitizationsLukas Reschke2012-06-111-1/+1
|
* Sanitize user inputLukas Reschke2012-06-111-1/+1
|
* Merge branch 'unstable'Bart Visscher2012-06-041-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 backendBart Visscher2012-05-101-1/+1
| | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists
* | correctly detect httpsFrank Karlitschek2012-06-011-1/+1
| |
* | use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-312-3/+3
| |
* | some fixes for contacts, gallery and openidGeorg Ehrke2012-05-191-1/+0
| |
* | mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | | | | | ownCloud 4
* | removing executable bit - againThomas Mueller2012-05-157-0/+0
| |
* | cache app types during install or updateRobin Appelman2012-05-141-1/+1
|/
* ported the oc_template classFrank Karlitschek2012-05-063-3/+3
|
* ported oc_dbFrank Karlitschek2012-05-031-1/+1
|
* port checkAppEnabledFrank Karlitschek2012-05-021-1/+1
|
* port oc_preferencesFrank Karlitschek2012-05-021-1/+1
|
* first part of the config stuffFrank Karlitschek2012-05-021-4/+4
|
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
|
* port linkto and serverHostFrank Karlitschek2012-05-013-4/+4
|
* some more portingFrank Karlitschek2012-05-011-2/+2
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-1/+1
|
* porting of OC_User to public API complete.Frank Karlitschek2012-05-012-2/+2
| | | | What better thing to do during a long train ride than refactoring ;-)
* ported getUserFrank Karlitschek2012-05-012-2/+2
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-012-8/+8
|
* port some of the log call to the new public apiFrank Karlitschek2012-05-012-8/+8
| | | | more to come
* updated logos and iconsJan-Christoph Borchardt2012-04-161-1/+1
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
|
* Use OC_Helper::serverHost() in openid settingsDaniele E. Domenichelli2012-04-121-1/+1
|
* webdav needs to load authentication appsArthur Schiwon2012-04-041-0/+3
|
* Use separate function to make absolute urlsBart Visscher2012-02-172-3/+3
|
* remove unneeded definiton of get_temp_dirRobin Appelman2011-10-201-35/+0
|
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵Hendrik Langer2011-10-191-20/+28
| | | | environments
* use OC_Log instead of error_logRobin Appelman2011-10-163-20/+8
|
* disable openid on defaultRobin Appelman2011-10-071-1/+0
|
* Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|
* Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-271-1/+2
|
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-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 trueFlorian Pritz2011-09-243-12/+12
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Remove global vars and use the OC static version.Bart Visscher2011-09-183-7/+4
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Better feedback for saving calendar and openid settingsBart Visscher2011-09-112-13/+3
|
* Fix a warning and an errorBart Visscher2011-09-101-1/+1
|
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-092-5/+3
| | | | One central place to check for https.
* having non-editable stuff as input fields is really confusing. You were ↵Jan-Christoph Borchardt2011-09-041-4/+4
| | | | right Robin ;)
* language updates, optimization of Help HTMLJan-Christoph Borchardt2011-08-181-3/+3
|
* more fixes for Personal and TipsyJan-Christoph Borchardt2011-08-142-5/+11
|
* fix some details in PersonalRobin Appelman2011-08-141-1/+4
|
* more info in personal, WebDAV, OpenIDJan-Christoph Borchardt2011-08-141-4/+5
|
* apps can now add their own forms to the Personal pageRobin Appelman2011-08-084-0/+30
|