Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2013-09-30set rememberlogin to false for the encryption appBjoern Schiessle
2013-09-19adding comma to get cleaner diffs in the futureThomas Müller
2013-09-19no file actions during uploadThomas Müller
2013-09-19remove file action elements before recreating themThomas Müller
2013-09-19store the permissions retrieved via ajax within the dom elementThomas Müller
2013-09-19add permissions of the file to the json responseThomas Müller
2013-09-18performance improvement, check configuration only if no private key existsBjoern Schiessle
2013-09-18check if stream wrapper is already registered to avoid warningBjoern Schiessle
2013-09-11never hack late nightThomas Müller
2013-09-10Merge branch 'stable5' of github.com:owncloud/core into stable5Thomas Müller
2013-09-10removing all ?> jutt in caseThomas Müller
2013-09-10removing ?> followed by whitespacesThomas Müller
2013-09-10Workaround for IE 9 & 10 for clicking filelist after adding new itemThomas Müller
2013-09-06Merge branch 'stable5' into fix_4533Bjoern Schiessle
2013-09-05coding style fixesBjoern Schiessle
2013-09-04fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle
2013-09-04Merge pull request #4701 from owncloud/fix_4667blizzz
2013-09-02Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon
2013-09-02improved error message to reflect the case when the app was re-eanbled during...Bjoern Schiessle
2013-08-30Merge branch 'stable5' into fix_4533Bjoern Schiessle
2013-08-28Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller
2013-08-27check shares for the real file and not for the .part fileBjoern Schiessle
2013-08-27first check if a extension exists before comparing itBjoern Schiessle
2013-08-27LDAP: case insensitive replace for more robustnessArthur Schiwon
2013-08-27storage information is path specificThomas Müller
2013-08-22handle part files correctlyBjoern Schiessle
2013-08-22Merge pull request #4541 from owncloud/backport-4512-stable5Thomas Müller
2013-08-22Merge pull request #4487 from owncloud/ldap_fix_hookblizzz
2013-08-22use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
2013-08-18selective backport from https://github.com/owncloud/core/pull/4239; don't cha...Bjoern Schiessle
2013-08-17LDAP: fix wrong hook nameArthur Schiwon
2013-08-17switched to dirname()Bjoern Schiessle
2013-08-17added missing parameter documentationBjoern Schiessle
2013-08-17added createMissingDirectories() methodBjoern Schiessle
2013-08-17also create root dir if it doesn't exist yetBjoern Schiessle
2013-08-17use OC files API to create missing directory which should handle special char...Bjoern Schiessle
2013-08-17first check if file exists before checking the files sizeBjoern Schiessle
2013-08-17Merge pull request #4423 from owncloud/ldap_reduce_connectionsBart Visscher
2013-08-17Merge pull request #4454 from owncloud/fix_4446Kondou
2013-08-16no files external for SMB on windowsThomas Müller
2013-08-16Use better wording.kondou
2013-08-16Add a "Wrong password." message, if the passwordkondou
2013-08-16fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer
2013-08-15use __DIR__ instead of realpathBjoern Schiessle
2013-08-15provide correct path for require_onceBjoern Schiessle
2013-08-14Merge pull request #4306 from owncloud/stable5-googledriveThomas Müller
2013-08-14LDAP: only connect to LDAP once on loginArthur Schiwon
2013-08-10use dir to determine the proper permissionsThomas Müller
2013-08-08in case the file is new isCreatable() is checkedThomas Müller
2013-08-08proper response in case the upload fails - e.g. in case permissions on shared...Thomas Müller