summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-0637-115/+176
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-0562-341/+598
|
* Merge pull request #3594 from opensaucesystems/patch-1Thomas Müller2013-06-041-3/+4
|\ | | | | Added input[type="url"] to styles.css
| * Added input[type="url"] to styles.cssopensaucesystems2013-06-041-3/+4
| |
* | exclude 3rdparty folder within files_external and files_encryption from code ↵Thomas Mueller2013-06-041-0/+2
|/ | | | coverage
* LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600Arthur Schiwon2013-06-041-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-04148-632/+636
|
* ignore l10n folder within remaining appsThomas Mueller2013-06-041-0/+8
|
* Cache Test: set datadir to temporary location, otherwise initmountpoints ↵Arthur Schiwon2013-06-031-2/+8
| | | | will access to productive location
* Cache: mount user mountpoints to make sure that // exists before accessing ↵Arthur Schiwon2013-06-031-0/+1
| | | | it. Fixes #2553 and #2374
* Merge pull request #3444 from owncloud/share-fixJörn Friedrich Dreyer2013-06-031-1/+1
|\ | | | | Fix undefined index for share mount point retrieval
| * Fix undefined index for share mount point retrievalMichael Gapczynski2013-05-211-1/+1
| |
* | Merge pull request #3581 from owncloud/publicphp_maintenanceJörn Friedrich Dreyer2013-06-031-0/+1
|\ \ | | | | | | public.php - check if maintenance mode is enabled
| * | public.php - check if maintenance mode is enabledGeorg Ehrke2013-06-031-0/+1
| | |
* | | Merge pull request #3561 from owncloud/usericewind19912013-06-0313-412/+1893
|\ \ \ | | | | | | | | Refactor of user management
| * | | also clear cached users when removing a single backendRobin Appelman2013-06-031-0/+1
| | | |
| * | | use caching for userExistsRobin Appelman2013-06-031-6/+3
| | | |
| * | | cast result to boolRobin Appelman2013-06-031-1/+2
| | | |
| * | | move phpdoc commentsRobin Appelman2013-06-033-2/+52
| | | |
| * | | User: return backend resultRobin Appelman2013-06-031-2/+1
| | | |
| * | | User: consisten variable namingRobin Appelman2013-06-031-9/+9
| | | |
| * | | User: remove determineDisplayNameRobin Appelman2013-06-031-19/+9
| | | |
| * | | adding PHPDoc comment to getManager()Thomas Mueller2013-06-011-1/+10
| | | | | | | | | | | | | | | | | | | | adding PHPDoc comment for $user within the hooks callbacks fixing PHPDoc comment on isLoggedIn()
| * | | fix namespacing errorRobin Appelman2013-06-011-3/+3
| | | |
| * | | fix undefined variablesRobin Appelman2013-06-011-2/+2
| | | |
| * | | use single quotesRobin Appelman2013-06-011-10/+10
| | | |
| * | | user should set into session before postLogin hook otherwise it will break ↵Florin Peter2013-05-311-1/+1
| | | | | | | | | | | | | | | | not only the files_encryption app
| * | | fix broken testsFlorin Peter2013-05-311-1/+1
| | | |
| * | | Fix postLogin hookRobin Appelman2013-05-312-2/+2
| | | |
| * | | fix typoRobin Appelman2013-05-311-1/+1
| | | |
| * | | fix caching of user objectsRobin Appelman2013-05-311-5/+22
| | | |
| * | | cache instances of \OC\User\UserRobin Appelman2013-05-311-5/+11
| | | |
| * | | Merge branch 'master' into userRobin Appelman2013-05-31676-3382/+4360
| |\ \ \
| * | | | Emit leacgy OC_User hooksRobin Appelman2013-05-292-8/+35
| | | | |
| * | | | fix setting getting active useridRobin Appelman2013-05-291-5/+4
| | | | |
| * | | | fix User->setHome when the backend action failsRobin Appelman2013-05-291-2/+2
| | | | |
| * | | | implement old user api on top of the new oneRobin Appelman2013-05-291-312/+173
| | | | |
| * | | | New user management classesRobin Appelman2013-05-2911-81/+1605
| | | | |
* | | | | Merge pull request #3578 from owncloud/ocdialogThomas Tanghus2013-06-035-13/+290
|\ \ \ \ \ | | | | | | | | | | | | Replacement for jquery.dialog to fit better with ownCloud design.
| * | | | | Set default button in oc-dialogsThomas Tanghus2013-06-031-3/+6
| | | | | |
| * | | | | Catch double destroy on escape.Thomas Tanghus2013-06-031-1/+3
| | | | | |
| * | | | | Let the content determine overflow.Thomas Tanghus2013-06-032-1/+1
| | | | | |
| * | | | | Replacement for jquery.dialog to fit better with ownCloud design.Thomas Tanghus2013-06-025-10/+282
| | | | | |
* | | | | | Exclude apps/files/l10n from coverage reportsThomas Müller2013-06-031-0/+1
| |_|_|/ / |/| | | |
* | | | | Merge pull request #3560 from owncloud/init-order-sessionJörn Friedrich Dreyer2013-06-031-3/+3
|\ \ \ \ \ | | | | | | | | | | | | initialize the session earlier
| * | | | | initialize the session earlierRobin Appelman2013-05-311-3/+3
| | |_|/ / | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-03530-1041/+1041
| | | | |
* | | | | fixing code coverageThomas Mueller2013-06-031-6/+10
| | | | |
* | | | | Fixing code coverage analysisThomas Mueller2013-06-031-6/+10
| | | | |
* | | | | Merge pull request #3051 from owncloud/backgroundjobicewind19912013-06-0222-422/+801
|\ \ \ \ \ | | | | | | | | | | | | Reworked background job system.