summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix validation of getfile parameter - i hate this bloody merge conflictsGeorg Ehrke2012-05-072-6/+4
|
* Fix typo.Thomas Tanghus2012-05-071-1/+1
|
* Fix updateFolder() in OC_FileCacheMichael Gapczynski2012-05-061-1/+1
|
* Provide feedback when user creation failsMichael Gapczynski2012-05-061-3/+3
|
* ported the oc_template classFrank Karlitschek2012-05-061-2/+46
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-067-78/+79
| | | | And greeting from the Atlanta airport. ;-)
* first part of documentation update. lot´s more to comeFrank Karlitschek2012-05-061-47/+47
|
* Merge commit 'refs/merge-requests/109' of ↵Daniel2012-05-062-3/+3
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/109
| * fix bug where users could use wildcards in username to loginDaniel2012-04-152-3/+3
| | | | | | | | | | e.g. user Peter could probably login using username Pet% fixed same problem in the migration script
* | Fixed escaping of filename when determining MIME typeJernej Virag2012-04-251-2/+2
| |
* | Fix loading by apptype in webdavBart Visscher2012-05-051-1/+1
| |
* | fixing file headers with copy rightThomas Müller2012-05-055-66/+90
| |
* | fix opening encrypted files from the browserRobin Appelman2012-05-052-4/+3
| |
* | porting the hooks and starting with the templatesFrank Karlitschek2012-05-052-0/+85
| |
* | Escape strings for DB and User creation at setup. Fix oc-124Brice Maron2012-05-041-3/+7
| |
* | implement missing getusers callFrank Karlitschek2012-05-041-0/+10
| |
* | fix filecache for postgresqlRobin Appelman2012-05-031-6/+11
| |
* | ensure the files app is always loadedRobin Appelman2012-05-031-2/+4
| |
* | ported oc_dbFrank Karlitschek2012-05-031-0/+92
| |
* | ported oc_jsonFrank Karlitschek2012-05-031-0/+94
| |
* | port oc_responseFrank Karlitschek2012-05-031-0/+106
| |
* | move archive library to core so we can properly depend on itRobin Appelman2012-05-023-0/+594
| |
* | Fix log viewing bugMichael Gapczynski2012-05-021-1/+1
| |
* | new checkAppEnabled callFrank Karlitschek2012-05-021-1/+14
| |
* | create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-2/+0
| |
* | port oc_preferencesFrank Karlitschek2012-05-021-0/+35
| |
* | port appconfigFrank Karlitschek2012-05-021-0/+28
| |
* | first part of the config stuffFrank Karlitschek2012-05-021-0/+70
| |
* | move all the files stuff into a files classFrank Karlitschek2012-05-022-74/+114
| |
* | files is not internal any more, part IIArthur Schiwon2012-05-021-2/+1
| |
* | files is not internal any moreArthur Schiwon2012-05-021-6/+6
| |
* | send downloadfile piece by piece. saves RAM and is better suited for large ↵Arthur Schiwon2012-05-021-1/+8
| | | | | | | | files.
* | ported the oc_app callsFrank Karlitschek2012-05-021-0/+156
| |
* | ported the rest of the OC_Helper callsFrank Karlitschek2012-05-022-6/+112
| |
* | port linkto and serverHostFrank Karlitschek2012-05-011-1/+32
| |
* | ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-012-0/+24
| |
* | some more portingFrank Karlitschek2012-05-014-5/+73
| |
* | finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+8
| |
* | Checks if config folder is writable on begin of the installation.Marvin Thomas Rabe2012-05-011-2/+10
| |
* | OC_User: handle success properlyArthur Schiwon2012-05-011-1/+1
| |
* | OC_User: don't say password changed when it is not trueArthur Schiwon2012-05-011-2/+3
| |
* | some more work on the public APIFrank Karlitschek2012-05-012-2/+87
| |
* | load the files app in a way that doesn´t break oC3 configurationsFrank Karlitschek2012-04-301-2/+2
| |
* | we require php 5.3 now. so please notify the user if an old version is in useFrank Karlitschek2012-04-301-0/+3
| |
* | tiny typoFrank Karlitschek2012-04-301-1/+1
| |
* | removing executable bit from various filesThomas Mueller2012-04-303-0/+0
| |
* | don´t hardcode files app. we have no a standard info.xml in filesFrank Karlitschek2012-04-291-1/+1
| |
* | improve rescanning foldersRobin Appelman2012-04-291-25/+35
| |
* | remove non existing files from the cache when rescanning a folderRobin Appelman2012-04-292-15/+20
| |
* | only install shipped apps on setup that should be enabled by defaultRobin Appelman2012-04-291-7/+3
| |