summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix check in Javascript for password protected linkMichael Gapczynski2012-09-011-1/+1
|
* Implement generateTarget for file sharing backendMichael Gapczynski2012-09-011-3/+19
|
* we still need this for pgsqlRobin Appelman2012-09-011-1/+2
|
* dont use shorthand php tagsRobin Appelman2012-09-011-1/+1
|
* fix autoloader throwing errors for non-oc classesRobin Appelman2012-09-011-0/+2
|
* removing unmaintained (unused?) translation de_DEThomas Mueller2012-09-015-1134/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-01141-1313/+2935
|
* translation support enhancedThomas Mueller2012-09-013-6/+13
|
* Update l10n/zh_TW/lib.poThomas Müller2012-09-011-1/+0
|
* 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-01158-1097/+2202
|
* Remove share permission for encrypted filesMichael Gapczynski2012-08-311-1/+5
|
* Make css selector more specific for the sharing dropdownMichael Gapczynski2012-08-311-1/+1
|
* send the current owncloud version to the ocs server so that we can filter ↵Frank Karlitschek2012-08-312-3/+7
| | | | for compatible apps
* l18n support lib/updater.phpThomas Mueller2012-08-311-3/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-31277-2333/+4160
|
* use OC.PERMISSION_X to filter selected drag'n'drop elementsJörn Friedrich Dreyer2012-08-311-5/+10
|
* unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.ShareJörn Friedrich Dreyer2012-08-312-10/+0
|
* unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-315-25/+25
|
* unify permissions (1/3): add permission conastants to javascript OCJörn Friedrich Dreyer2012-08-311-0/+5
|
* oc-1548: prevent user from leaving the page while a file upload is in progressThomas Mueller2012-08-311-0/+15
|
* fix translations within subfolder /libThomas Mueller2012-08-311-1/+4
|
* use permissions to quickfix drag selectionsJörn Friedrich Dreyer2012-08-311-2/+5
|
* fix translations within subfolder /libThomas Mueller2012-08-304-9/+9
|
* Don't wait for document ready for setting requesttokenBart Visscher2012-08-301-8/+4
|
* add backup files and kate-swp files to gitignoreRobin Appelman2012-08-301-0/+2
|
* allow html inside app descriptionsRobin Appelman2012-08-303-5/+8
|
* LDAP settings, add missing p tagsArthur Schiwon2012-08-301-2/+2
|
* LDAP: on upgrade update user cols in database only when necessaryArthur Schiwon2012-08-302-2/+2
|
* LDAP: on upgrade set homeDirs of users where it is not set. Avoids new ↵Arthur Schiwon2012-08-302-2/+4
| | | | folders (empty), depending on the configuration
* Show notification that no preview is available if no previewer is found for ↵Michael Gapczynski2012-08-293-3/+14
| | | | a public link to a file
* Check if file source exists before searching for linkMichael Gapczynski2012-08-291-2/+1
|
* add OC.get and OC.set to get/set variables by name in javascriptRobin Appelman2012-08-301-0/+37
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-30222-466/+2156
|
* 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-292-8/+13
|
* $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-292-10/+3
|
* Remove old Javascript codeMichael Gapczynski2012-08-291-4/+0
|
* Space before tab fixesBart Visscher2012-08-2915-40/+39
|
* Fix OC_Cache_FileBart Visscher2012-08-291-4/+4
|
* Remove php close at end of fileBart Visscher2012-08-2918-32/+0
|
* Whitespace fixes in appsBart Visscher2012-08-2941-171/+159
|
* Whitespace fixes in libBart Visscher2012-08-2957-326/+322
|
* Fix displaying if a link is password protectedMichael Gapczynski2012-08-291-1/+8
|