summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* set rememberlogin to false for the encryption appBjoern Schiessle2013-09-301-0/+1
* adding comma to get cleaner diffs in the futureThomas Müller2013-09-191-1/+1
* no file actions during uploadThomas Müller2013-09-191-1/+0
* remove file action elements before recreating themThomas Müller2013-09-191-0/+5
* store the permissions retrieved via ajax within the dom elementThomas Müller2013-09-191-0/+6
* add permissions of the file to the json responseThomas Müller2013-09-191-1/+2
* performance improvement, check configuration only if no private key existsBjoern Schiessle2013-09-181-16/+20
* check if stream wrapper is already registered to avoid warningBjoern Schiessle2013-09-181-1/+3
* never hack late nightThomas Müller2013-09-111-6/+5
* Merge branch 'stable5' of github.com:owncloud/core into stable5Thomas Müller2013-09-109-79/+96
|\
| * Workaround for IE 9 & 10 for clicking filelist after adding new itemThomas Müller2013-09-101-1/+4
| * Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-09-065-31/+39
| |\
| | * Merge pull request #4701 from owncloud/fix_4667blizzz2013-09-044-30/+38
| | |\
| | | * Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon2013-09-024-30/+38
| | * | improved error message to reflect the case when the app was re-eanbled during...Bjoern Schiessle2013-09-021-1/+1
| | |/
| * | coding style fixesBjoern Schiessle2013-09-051-1/+2
| * | fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-043-41/+20
| * | Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-08-306-43/+49
| |\|
| * | check shares for the real file and not for the .part fileBjoern Schiessle2013-08-271-0/+5
| * | first check if a extension exists before comparing itBjoern Schiessle2013-08-271-1/+1
| * | handle part files correctlyBjoern Schiessle2013-08-221-6/+27
* | | removing all ?> jutt in caseThomas Müller2013-09-1057-105/+0
* | | removing ?> followed by whitespacesThomas Müller2013-09-105-10/+0
| |/ |/|
* | Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-273-40/+46
|\ \
| * | use dir to determine the proper permissionsThomas Müller2013-08-101-1/+1
| * | in case the file is new isCreatable() is checkedThomas Müller2013-08-081-1/+5
| * | proper response in case the upload fails - e.g. in case permissions on shared...Thomas Müller2013-08-082-39/+41
* | | LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* | | storage information is path specificThomas Müller2013-08-272-2/+2
| |/ |/|
* | Merge pull request #4541 from owncloud/backport-4512-stable5Thomas Müller2013-08-214-5/+5
|\ \
| * | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-214-5/+5
* | | Merge pull request #4487 from owncloud/ldap_fix_hookblizzz2013-08-211-1/+1
|\ \ \ | |/ / |/| |
| * | LDAP: fix wrong hook nameArthur Schiwon2013-08-171-1/+1
* | | selective backport from https://github.com/owncloud/core/pull/4239; don't cha...Bjoern Schiessle2013-08-181-14/+18
* | | switched to dirname()Bjoern Schiessle2013-08-171-1/+1
* | | added missing parameter documentationBjoern Schiessle2013-08-171-1/+2
* | | added createMissingDirectories() methodBjoern Schiessle2013-08-171-18/+19
* | | also create root dir if it doesn't exist yetBjoern Schiessle2013-08-171-6/+13
* | | use OC files API to create missing directory which should handle special char...Bjoern Schiessle2013-08-171-4/+7
* | | first check if file exists before checking the files sizeBjoern Schiessle2013-08-171-10/+9
* | | Merge pull request #4423 from owncloud/ldap_reduce_connectionsBart Visscher2013-08-172-6/+18
|\ \ \
| * | | LDAP: only connect to LDAP once on loginArthur Schiwon2013-08-142-6/+18
* | | | Merge pull request #4454 from owncloud/fix_4446Kondou2013-08-172-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Use better wording.kondou2013-08-161-1/+1
| * | | Add a "Wrong password." message, if the passwordkondou2013-08-162-1/+4
* | | | no files external for SMB on windowsThomas Müller2013-08-161-10/+16
* | | | fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-152-4/+8
|/ / /
* | | use __DIR__ instead of realpathBjoern Schiessle2013-08-151-1/+1
* | | provide correct path for require_onceBjoern Schiessle2013-08-151-1/+1
* | | Merge pull request #4306 from owncloud/stable5-googledriveThomas Müller2013-08-1438-597/+8524
|\ \ \ | |/ / |/| |