Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no indexing in generated htaccess | Kamil Domanski | 2011-06-23 | 2 | -0/+2 |
| | |||||
* | forbid indexes | Kamil Domanski | 2011-06-23 | 1 | -0/+1 |
| | |||||
* | fix creating users | Robin Appelman | 2011-06-23 | 1 | -9/+17 |
| | |||||
* | OpenID now won't load if curl is not available | Kamil Domanski | 2011-06-23 | 1 | -0/+5 |
| | |||||
* | don't show errors when the login isn't an openid identity | Robin Appelman | 2011-06-23 | 1 | -3/+1 |
| | |||||
* | Experimental OpenID user backend and server. | Robin Appelman | 2011-06-23 | 8 | -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 API | Dominik Schmidt | 2011-06-23 | 1 | -9/+10 |
| | |||||
* | Detect backend features dynamically instead of trial-and-error usage | Dominik Schmidt | 2011-06-23 | 2 | -61/+144 |
| | | | | Move documented functions for reference into OC_USER_EXAMPLE class. | ||||
* | return to default page on empty search | Robin Appelman | 2011-06-23 | 1 | -0/+3 |
| | |||||
* | stop confusing people with a dummy share button | Robin Appelman | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | Make Jans German translation usuable | Jakob Sack | 2011-06-23 | 5 | -8/+68 |
| | |||||
* | updated/finished German translation | Jan-Christoph Borchardt | 2011-06-23 | 4 | -52/+54 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 17 | -22/+35 |
| | |||||
* | public link config is also for non admins | Robin Appelman | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | added polish translation | Kamil Domanski | 2011-06-22 | 10 | -0/+488 |
| | |||||
* | fix "files" app admin link visible for non-admins | Kamil Domanski | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | prefix the mysql user name to avoid collissions | Robin Appelman | 2011-06-21 | 1 | -4/+11 |
| | |||||
* | install new shipped apps before fetching all apps | Kamil Domanski | 2011-06-21 | 1 | -2/+1 |
| | |||||
* | changed app enable status to buttons | Kamil Domanski | 2011-06-21 | 3 | -14/+16 |
| | |||||
* | install shipped apps also in "installed apps" page | Kamil Domanski | 2011-06-21 | 3 | -27/+42 |
| | |||||
* | Multiply changes to user system | Robin Appelman | 2011-06-21 | 4 | -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 tags | Kamil Domanski | 2011-06-21 | 1 | -4/+4 |
| | |||||
* | Updated l10n script, fixed translation in admin/users template | Jakob Sack | 2011-06-21 | 7 | -15/+16 |
| | |||||
* | Updated danish translation | Jakob Sack | 2011-06-21 | 8 | -40/+46 |
| | |||||
* | update dutch translations | Robin Appelman | 2011-06-21 | 6 | -57/+95 |
| | |||||
* | Adapt javascript-i18n to latest changes | Jakob Sack | 2011-06-20 | 2 | -2/+2 |
| | |||||
* | l10nlist.shuffle ;-) | Jakob Sack | 2011-06-20 | 8 | -93/+93 |
| | |||||
* | Keep order when creating php files | Jakob Sack | 2011-06-20 | 1 | -9/+9 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-06-20 | 2 | -2/+2 |
|\ | |||||
| * | fixed page reload after logout | Kamil Domanski | 2011-06-20 | 2 | -2/+2 |
| | | |||||
* | | All translations should be in the new system | Jakob Sack | 2011-06-20 | 5 | -12/+68 |
| | | |||||
* | | more i18n improvements | Jakob Sack | 2011-06-20 | 21 | -73/+436 |
| | | |||||
* | | Added danish translation | Jakob Sack | 2011-06-20 | 4 | -0/+303 |
| | | |||||
* | | New i18n-structure | Jakob Sack | 2011-06-20 | 14 | -8/+108 |
|/ | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-06-20 | 6 | -4/+39 |
|\ | |||||
| * | enable/disable apps by clicking their status | Kamil Domanski | 2011-06-20 | 5 | -3/+38 |
| | | |||||
| * | fixed minor string omission | Kamil Domanski | 2011-06-20 | 1 | -1/+1 |
| | | |||||
* | | Fix linkTo() | Jakob Sack | 2011-06-20 | 1 | -4/+11 |
|/ | |||||
* | moved core stuff to /core | Jakob Sack | 2011-06-20 | 65 | -12/+25 |
| | |||||
* | Activate "active" for subentries | Jakob Sack | 2011-06-20 | 2 | -38/+47 |
| | |||||
* | fix sqlite3 driver for php<5.3 | Robin Appelman | 2011-06-20 | 1 | -1/+3 |
| | |||||
* | added basic "installed apps" page | Kamil Domanski | 2011-06-20 | 4 | -44/+98 |
| | |||||
* | make help translateable | Kamil Domanski | 2011-06-20 | 1 | -2/+2 |
| | |||||
* | make files app translateable | Kamil Domanski | 2011-06-20 | 2 | -15/+15 |
| | |||||
* | dutch translations | Robin Appelman | 2011-06-20 | 6 | -0/+338 |
| | |||||
* | make personal settings translatable | Robin Appelman | 2011-06-20 | 5 | -16/+109 |
| | |||||
* | add settings option for language | Robin Appelman | 2011-06-20 | 5 | -31/+99 |
| | |||||
* | app files_publiclink is now translateable | Kamil Domanski | 2011-06-20 | 2 | -8/+8 |
| | |||||
* | Autodetection of language is working now | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
|\ |