summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* open app thru index.phpGeorg Ehrke2012-04-183-13/+44
|
* OC_Group_Backend.php misses function groupexistsBart Visscher2012-04-152-1/+18
| | | | Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182
* Add well-known redirects to htaccessBart Visscher2012-04-151-1/+7
| | | | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232 http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445
* fixing oc-375 - a number is appended tp the filenameThomas Müller2012-04-151-0/+28
|
* fix filecache rename hookRobin Appelman2012-04-151-1/+1
|
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-154-14/+14
|
* add public api to get the file id from the cacheRobin Appelman2012-04-151-0/+34
|
* fix installing shipped appsRobin Appelman2012-04-151-1/+1
|
* fix getAppVersion errorBartek Przybylski2012-04-151-1/+1
|
* firefighting Robin-breakageJan-Christoph Borchardt2012-04-141-1/+1
|
* don't rely on the old version in info.xml anymoreRobin Appelman2012-04-143-4/+4
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudJan-Christoph Borchardt2012-04-147-37/+94
|\
| * Typo fix (breif->brief)Bart Visscher2012-04-144-28/+28
| |
| * Fix default database type stringBart Visscher2012-04-141-1/+1
| |
| * cache app types in the dbRobin Appelman2012-04-142-5/+62
| |
| * use the correct array indexes...Robin Appelman2012-04-141-3/+3
| |
* | improved installation instructionsJan-Christoph Borchardt2012-04-141-1/+1
| |
* | improved updater wordingJan-Christoph Borchardt2012-04-141-2/+2
|/
* reuse OC_L10N objectsRobin Appelman2012-04-145-8/+28
|
* some minor optimizationsRobin Appelman2012-04-142-19/+32
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-141-3/+16
|
* remove outdated fileRobin Appelman2012-04-141-40/+0
|
* Fix annoying error in logTom Needham2012-04-141-150/+151
|
* show error when installing an app has failedRobin Appelman2012-04-141-3/+8
|
* prevent users with the same name but different casing from being createdRobin Appelman2012-04-141-1/+1
|
* remove outdated codeRobin Appelman2012-04-141-204/+0
|
* improve flexibility of search providers a bitRobin Appelman2012-04-143-7/+33
|
* test cases for user backendsRobin Appelman2012-04-141-0/+114
|
* typoArthur Schiwon2012-04-131-3/+3
|
* don't fail on missing extensionArthur Schiwon2012-04-131-1/+5
|
* make sure temporary files are being removed, fixes oc-450Arthur Schiwon2012-04-132-16/+30
|
* file settings: let people set no more than upper boundary for file uploads, ↵Arthur Schiwon2012-04-131-5/+13
| | | | but they should can really go up to the limit
* make upload size settings work probably. do not replace whole .htaccess, ↵Arthur Schiwon2012-04-131-6/+35
| | | | only replace what is needed. Consistent, human readable input on admin settings page.
* allow multiply group backendsRobin Appelman2012-04-136-140/+407
|
* OC_VCategories: sort categories in natural order using usortBart Visscher2012-04-121-1/+2
| | | | Use usort to sort, so that the json encoding is an array.
* Implement default categories in OC_VCategoriesBart Visscher2012-04-121-3/+2
|
* Fix a session fixation vulnerabilityFlorian Preinstorfer2012-04-121-2/+4
| | | | | | | | - regenerate the session for every successful login - properly destroy a session Further information can be found on: https://en.wikipedia.org/wiki/session_fixation
* UTF8 locale by defaultGrundik2012-04-122-2/+4
|
* Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute()Daniele E. Domenichelli2012-04-121-1/+1
|
* Add method OC_Helper::serverHost()Daniele E. Domenichelli2012-04-121-0/+22
| | | | | This method returns the server host, even if the website uses one or more reverse proxies.
* tests for oc_filesystemRobin Appelman2012-04-121-0/+8
|
* increase version to show that we are not the same as stableFrank Karlitschek2012-04-111-2/+2
|
* Silence error for missing appinfo info fileBart Visscher2012-04-101-1/+1
|
* Copy over all file app data for imported userTom Needham2012-04-081-2/+2
|
* Fix sqlite version detectionTom Needham2012-04-081-3/+7
|
* Emit hooks for user creationTom Needham2012-04-071-0/+9
|
* Return JSON for import and export methods of OC_MigrateTom Needham2012-04-071-21/+21
|
* Merge branch 'master' into migrationTom Needham2012-04-0710-18/+69
|\
| * mimetype filter for filepickerBartek Przybylski2012-04-052-5/+5
| |
| * Merge commit 'refs/merge-requests/102' of ↵Florian Hülsmann2012-04-041-1/+2
| |\ | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/102