summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | remove unneeded lineRobin Appelman2012-12-151-1/+0
* | | use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-152-1/+2
* | | Merge pull request #753 from owncloud/fixing_files_external_stable45blizzz2012-12-143-5/+11
|\ \ \
| * | | [files_external] fixing some undefined indexThomas Mueller2012-12-061-0/+10
| * | | [files_external] removing function as it's the same in the base class - THX R...Thomas Mueller2012-12-061-6/+0
| * | | [files_external] fixes #290Thomas Mueller2012-12-061-1/+3
| * | | [files_external] fix config gui for all usersThomas Mueller2012-12-061-1/+1
* | | | fix mimetype icons for new filesRobin Appelman2012-12-141-1/+1
* | | | Give also hint about possible conflicts in the user_webdavauth descriptionArthur Schiwon2012-12-141-1/+3
* | | | Also show a more prominent warning when php_ldap is not installedArthur Schiwon2012-12-141-0/+3
* | | | Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-141-0/+4
* | | | Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-143-1/+11
* | | | Merge pull request #851 from owncloud/webdav-quota-fix-stable45Thomas Müller2012-12-131-0/+1
|\ \ \ \
| * | | | fix checking quota in webdav, adding a sabredav pluginscambra2012-12-121-0/+1
* | | | | backport of de34f771c22b9a54fa22d9c00741e362f47c852dLorenzo M. Catucci2012-12-131-3/+3
|/ / / /
* | | | refs #505 - defining publicListView based on template parameterThomas Mueller2012-12-121-0/+8
* | | | backport pull request #813Frank Karlitschek2012-12-124-1/+39
* | | | Merge pull request #705 from schiesbn/fix_674Björn Schießle2012-12-121-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | fix warning if the size of the Shared-folder gets calculatedBjörn Schießle2012-12-121-0/+5
* | | | make sure that all expected array keys are availableBjörn Schießle2012-12-061-1/+2
| |/ / |/| |
* | | Merge pull request #602 from butonic/add_drag_shadow_in_firefox_stable45Jörn Friedrich Dreyer2012-12-041-1/+1
|\ \ \
| * | | show drag shadow in firefox by using helper:'clone'Jörn Friedrich Dreyer2012-11-291-1/+1
* | | | fix oc-605Jörn Friedrich Dreyer2012-12-042-9/+11
| |/ / |/| |
* | | Merge pull request #649 from schiesbn/fix_fileVersioningForSharedFiles_stable45Björn Schießle2012-12-031-18/+14
|\ \ \
| * | | use \OCP\Share::getItemSharedWith to also finds source of files in a shared f...Björn Schießle2012-11-301-12/+8
| * | | fix regression in file versioning for shared filesBjörn Schießle2012-11-301-7/+7
| |/ /
* | | LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes d...Arthur Schiwon2012-12-011-4/+11
* | | use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-292-2/+2
|/ /
* | Merge pull request #581 from schiesbn/add_user_to_fscacheBjörn Schießle2012-11-261-6/+15
|\ \ | |/ |/|
| * make sure to add the right user as owner of a file to the file cache tableBjörn Schießle2012-11-261-6/+15
* | use normalizePath to have a proper target pathArthur Schiwon2012-11-261-3/+1
* | all but the first parameter are introduced by &Arthur Schiwon2012-11-261-2/+2
* | make sure path starts with /Arthur Schiwon2012-11-261-0/+3
* | Backport pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-154/+211
|/
* make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+2
* introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-232-9/+17
* some more invalid characters have been addedThomas Mueller2012-11-231-10/+15
* Also reject names with \ in the nameBart Visscher2012-11-231-2/+2
* Show error message to prevent adding a shared folder in the root dir fix #468Brice Maron2012-11-221-0/+4
* LDAP: also prepare for DN for login due to the escape changes for #419. Hopef...Arthur Schiwon2012-11-201-1/+14
* LDAP: correct escaping in DNs, differ between use for filters and bases. Real...Arthur Schiwon2012-11-201-11/+7
* LDAP: Make update script escape all known DNs. Requires version bump.Arthur Schiwon2012-11-172-6/+33
* LDAP: escape values in the DN, fixes #419Arthur Schiwon2012-11-161-0/+13
* backport of PR #471Thomas Mueller2012-11-163-5/+21
* closes #466 - manual backport of translationsThomas Mueller2012-11-161-1/+1
* also set 'renaming' to false if renaming was aborted, this fixes issue #442Björn Schießle2012-11-151-1/+1
* Merge pull request #335 from owncloud/sharing_folder_sync_stable45Björn Schießle2012-11-133-8/+108
|\
| * always calll fopenBjörn Schießle2012-11-131-2/+2
| * create correct file cache entries for new files/folder created in shared foldersBjörn Schießle2012-11-131-9/+29
| * make function staticBjörn Schießle2012-11-091-1/+1