aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* no indexing in generated htaccessKamil Domanski2011-06-232-0/+2
|
* forbid indexesKamil Domanski2011-06-231-0/+1
|
* fix creating usersRobin Appelman2011-06-231-9/+17
|
* OpenID now won't load if curl is not availableKamil Domanski2011-06-231-0/+5
|
* don't show errors when the login isn't an openid identityRobin Appelman2011-06-231-3/+1
|
* Experimental OpenID user backend and server.Robin Appelman2011-06-238-0/+2237
| | | | | | Currently all users can set one OpenID identity that allows access to the account. The identity url's for the server is owncloud/apps/user_openid/user.php/$username
* Use new user backend APIDominik Schmidt2011-06-231-9/+10
|
* Detect backend features dynamically instead of trial-and-error usageDominik Schmidt2011-06-232-61/+144
| | | | Move documented functions for reference into OC_USER_EXAMPLE class.
* return to default page on empty searchRobin Appelman2011-06-231-0/+3
|
* stop confusing people with a dummy share buttonRobin Appelman2011-06-231-1/+1
|
* Make Jans German translation usuableJakob Sack2011-06-235-8/+68
|
* updated/finished German translationJan-Christoph Borchardt2011-06-234-52/+54
|
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-2217-22/+35
|
* public link config is also for non adminsRobin Appelman2011-06-221-1/+1
|
* added polish translationKamil Domanski2011-06-2210-0/+488
|
* fix "files" app admin link visible for non-adminsKamil Domanski2011-06-221-1/+1
|
* prefix the mysql user name to avoid collissionsRobin Appelman2011-06-211-4/+11
|
* install new shipped apps before fetching all appsKamil Domanski2011-06-211-2/+1
|
* changed app enable status to buttonsKamil Domanski2011-06-213-14/+16
|
* install shipped apps also in "installed apps" pageKamil Domanski2011-06-213-27/+42
|
* Multiply changes to user systemRobin Appelman2011-06-214-139/+127
| | | | | | keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system
* fixed wrong php tagsKamil Domanski2011-06-211-4/+4
|
* Updated l10n script, fixed translation in admin/users templateJakob Sack2011-06-217-15/+16
|
* Updated danish translationJakob Sack2011-06-218-40/+46
|
* update dutch translationsRobin Appelman2011-06-216-57/+95
|
* Adapt javascript-i18n to latest changesJakob Sack2011-06-202-2/+2
|
* l10nlist.shuffle ;-)Jakob Sack2011-06-208-93/+93
|
* Keep order when creating php filesJakob Sack2011-06-201-9/+9
|
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-202-2/+2
|\
| * fixed page reload after logoutKamil Domanski2011-06-202-2/+2
| |
* | All translations should be in the new systemJakob Sack2011-06-205-12/+68
| |
* | more i18n improvementsJakob Sack2011-06-2021-73/+436
| |
* | Added danish translationJakob Sack2011-06-204-0/+303
| |
* | New i18n-structureJakob Sack2011-06-2014-8/+108
|/
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-206-4/+39
|\
| * enable/disable apps by clicking their statusKamil Domanski2011-06-205-3/+38
| |
| * fixed minor string omissionKamil Domanski2011-06-201-1/+1
| |
* | Fix linkTo()Jakob Sack2011-06-201-4/+11
|/
* moved core stuff to /coreJakob Sack2011-06-2065-12/+25
|
* Activate "active" for subentriesJakob Sack2011-06-202-38/+47
|
* fix sqlite3 driver for php<5.3Robin Appelman2011-06-201-1/+3
|
* added basic "installed apps" pageKamil Domanski2011-06-204-44/+98
|
* make help translateableKamil Domanski2011-06-201-2/+2
|
* make files app translateableKamil Domanski2011-06-202-15/+15
|
* dutch translationsRobin Appelman2011-06-206-0/+338
|
* make personal settings translatableRobin Appelman2011-06-205-16/+109
|
* add settings option for languageRobin Appelman2011-06-205-31/+99
|
* app files_publiclink is now translateableKamil Domanski2011-06-202-8/+8
|
* Autodetection of language is working nowJakob Sack2011-06-191-1/+1
|
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-191-1/+1
|\