aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-194-8/+8
|
* $file only contains the filename and not the absolute path, that means that ↵Lukas Reschke2014-11-181-1/+1
| | | | | | files in a subdirectory will not get properly resolved and an empty filesize is returned. This feature only exists on master.
* Merge pull request #12220 from owncloud/remove-unused-codeMorris Jobke2014-11-183-373/+0
|\ | | | | Remove unused code
| * Remove unused codeLukas Reschke2014-11-173-373/+0
| | | | | | | | We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-182-0/+16
| |
* | Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-1714-264/+410
|\ \ | |/ |/| Issue/10991 Make unit tests pass on windows
| * Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+12
| |
| * Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-1712-259/+376
| |
| * Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-172-3/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-174-16/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-162-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-152-8/+8
| |
* | Added download size on public sharingVincent Cloutier2014-11-143-2/+4
| |
* | Refactor file sharing public link handlingLukas Reschke2014-11-1412-219/+732
| | | | | | | | | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
* | Merge pull request #12162 from owncloud/ext-s3-missingfolderwithsamenameJörn Friedrich Dreyer2014-11-141-4/+1
|\ \ | | | | | | Do not remove dir entry if it has the same name as the parent
| * | Do not remove dir entry if it has the same name as the parentVincent Petry2014-11-131-4/+1
| | | | | | | | | | | | | | | This fixes an issue when a subdir has the same name as its parent, it would get exluded from the list.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-142-2/+8
|/ /
* | Merge pull request #12005 from owncloud/bower-multiselectblizzz2014-11-134-2/+750
|\ \ | | | | | | Move multiselect to user_ldap
| * | Migrate multiselect to user_ldapMorris Jobke2014-11-134-2/+750
| | |
* | | Merge pull request #9177 from owncloud/jsdocexperimentVincent Petry2014-11-1319-64/+343
|\ \ \ | | | | | | | | Improved JS Docs + added build script for JS Docs
| * | | Improved Javascript docs for JSDocVincent Petry2014-10-3119-64/+343
| | | | | | | | | | | | | | | | | | | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-136-12/+12
| |/ / |/| |
* | | Merge pull request #12087 from AdamWill/google-touchVincent Petry2014-11-121-1/+4
|\ \ \ | | | | | | | | google: fix touch() when $mtime is set (Google wants RFC3339) #11267
| * | | fix touch() when $mtime is set (Google wants RFC3339) #11267Adam Williamson2014-11-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ownCloud passes us a Unix time integer, but the GDrive API wants an RFC3339-formatted date. Actually it wants a single particular RFC3339 format, not just anything that complies will do - it requires the fractions to be specified, though RFC3339 doesn't. This resolves issue #11267 (and was also noted by PVince81 in reviewing PR #6989).
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-1212-4/+30
| | | |
* | | | Fix infinite loop if count and limit is 0Morris Jobke2014-11-111-1/+1
| | | | | | | | | | | | | | | | * otherwise it will always think it hits the limit and need another round to fetch additional results
* | | | Merge pull request #11789 from owncloud/fix-11762Morris Jobke2014-11-112-3/+29
|\ \ \ \ | | | | | | | | | | [LDAP] Login: dont fail with 500 if configured display name attribute is not set
| * | | | dont fail with 500 if configured display name attribute is not setArthur Schiwon2014-10-272-3/+29
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-1110-18/+18
| |/ / / |/| | |
* | | | Merge pull request #10966 from owncloud/storage-root-share-permissionsMorris Jobke2014-11-102-0/+90
|\ \ \ \ | | | | | | | | | | Dont' use mountpoint permissions as share permissions for external storages
| * | | | Add unit testsRobin Appelman2014-10-311-0/+85
| | | | |
| * | | | Keep the share permissions from mountpointsRobin Appelman2014-10-311-1/+2
| | | | |
| * | | | Dont' use mountpoint permissions as share permissions for external storagesRobin Appelman2014-10-311-0/+4
| | | | |
* | | | | Merge pull request #12070 from owncloud/accessibility-fixesMorris Jobke2014-11-102-14/+35
|\ \ \ \ \ | | | | | | | | | | | | Accessibility fixes
| * | | | | add relevant focus styles to the existing hover stylesJan-Christoph Borchardt2014-11-061-13/+34
| | | | | |
| * | | | | add alt text for file actions, but leave empty since text is directly next to itJan-Christoph Borchardt2014-11-061-1/+1
| | | | | |
* | | | | | Merge pull request #12027 from owncloud/cleanup_exceptionsVincent Petry2014-11-108-93/+155
|\ \ \ \ \ \ | | | | | | | | | | | | | | [encryption] clean up encryption exceptions
| * | | | | | clean up encryption exceptionsBjoern Schiessle2014-11-078-93/+155
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-1010-6/+18
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-0926-46/+252
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-0830-14/+88
| | | | | | |
* | | | | | | only set the values we need and make sure that we write the file info for bothBjoern Schiessle2014-11-071-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the real file and the part file, because some information from the part file might be needed later
* | | | | | | also try to get file info from part fileBjoern Schiessle2014-11-071-2/+2
|/ / / / / /
* | | | | | Merge pull request #11954 from ↵Lukas Reschke2014-11-074-2/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/enc_stop_uploading_if_private_key_is_missing Enc stop uploading if private key is missing
| * | | | | | throw exception if private key is missingBjoern Schiessle2014-11-053-0/+14
| | | | | | |
| * | | | | | still try to encrypt files, even if the session is not initialized. The ↵Bjoern Schiessle2014-11-041-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | stream wrapper will throw an error which is better than silently continue.
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-07100-100/+80
| | | | | | |
* | | | | | | Fix sharing testsRobin Appelman2014-11-063-2/+15
| | | | | | |
* | | | | | | Setup shared mounts for the correct user when setting up the filesystem for ↵Robin Appelman2014-11-063-6/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the non-logged in user
* | | | | | | Dont make real users in testsRobin Appelman2014-11-061-3/+5
| | | | | | |