summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617Thomas Müller2012-09-041-0/+1
|
* fixing syntax errorThomas Müller2012-09-041-1/+1
|
* fixing syntax error - sorry for thatThomas Müller2012-09-041-1/+1
|
* fixing syntax error - sorry for thatThomas Müller2012-09-041-4/+4
|
* Respect coding styleThomas Müller2012-09-041-83/+82
|
* Respect coding styleThomas Müller2012-09-041-1/+1
|
* Respect coding styleThomas Müller2012-09-041-50/+50
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-044-4/+16
|
* Add url-params to url with new parameter in linkTo functionBart Visscher2012-09-032-6/+6
|
* Add args parameter to linkTo(Absolute) function, to append the args automaticlyBart Visscher2012-09-033-9/+18
|
* 4.5 beta 2v4.5.0beta2Frank Karlitschek2012-09-031-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-032-2/+6
|
* Listen to post_deleteGroup hook in Share APIMichael Gapczynski2012-09-021-0/+9
|
* Fix some warnings from Jenkins in the Share APIMichael Gapczynski2012-09-021-6/+2
|
* Add parameter documentationMichael Gapczynski2012-09-021-0/+1
|
* Restructure generateTarget for the post_addToGroup hookMichael Gapczynski2012-09-021-20/+44
|
* Make item targets be based off of the parent item target for resharesMichael Gapczynski2012-09-021-19/+27
|
* in some cases no translations are loaded because $this->lang is empty not nullThomas Mueller2012-09-021-1/+1
|
* use str_ireplace instead of duplicate str_replaceRobin Appelman2012-09-021-8/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-024-4/+16
|
* set debug mode if an xdebug session is activeRobin Appelman2012-09-011-0/+7
|
* use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-014-4/+4
|
* translate UNIX_TIMESTAMP() into sqlite and pgsql equivilentsRobin Appelman2012-09-011-0/+4
|
* we still need this for pgsqlRobin Appelman2012-09-011-1/+2
|
* fix autoloader throwing errors for non-oc classesRobin Appelman2012-09-011-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-015-5/+20
|
* allow configuring user backends in config.phpRobin Appelman2012-09-012-1/+35
|
* load authentication apps on loginRobin Appelman2012-09-011-1/+1
|
* don't throw errors in the autoloader when a class doesn't existRobin Appelman2012-09-011-5/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-017-0/+151
|
* Remove share permission for encrypted filesMichael Gapczynski2012-08-311-1/+5
|
* send the current owncloud version to the ocs server so that we can filter ↵Frank Karlitschek2012-08-311-2/+5
| | | | for compatible apps
* l18n support lib/updater.phpThomas Mueller2012-08-311-3/+5
|
* fix translations within subfolder /libThomas Mueller2012-08-311-1/+4
|
* fix translations within subfolder /libThomas Mueller2012-08-304-9/+9
|
* allow html inside app descriptionsRobin Appelman2012-08-301-0/+3
|
* More info about not compatible apps (app id)Bart Visscher2012-08-291-1/+1
|
* Fix filesystem setup for shared public link with logged in userBart Visscher2012-08-291-6/+12
|
* $storage shouldn't be static in OC_Cache_FileMichael Gapczynski2012-08-291-1/+1
|
* Fix shared storage working with user backend defined data directoriesMichael Gapczynski2012-08-291-9/+1
|
* Space before tab fixesBart Visscher2012-08-2910-28/+28
|
* Fix OC_Cache_FileBart Visscher2012-08-291-4/+4
|
* Remove php close at end of fileBart Visscher2012-08-294-7/+0
|
* Whitespace fixes in libBart Visscher2012-08-2957-326/+322
|
* Delete old link if user sets a passwordMichael Gapczynski2012-08-291-0/+10
|
* Fix password authentication for links and fix template problems for links by ↵Michael Gapczynski2012-08-291-4/+6
| | | | creating a new base layout
* fixing: apps/files/ajax/scan.phpThomas Mueller2012-08-291-1/+1
|
* Remember storage view in OC_Cache_FileBart Visscher2012-08-281-1/+6
|
* Clean user cache on loginBart Visscher2012-08-282-1/+23
|
* Add background job for global file cache cleanupBart Visscher2012-08-282-6/+31
|