Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-19 | 4 | -8/+8 |
| | |||||
* | $file only contains the filename and not the absolute path, that means that ↵ | Lukas Reschke | 2014-11-18 | 1 | -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-code | Morris Jobke | 2014-11-18 | 3 | -373/+0 |
|\ | | | | | Remove unused code | ||||
| * | Remove unused code | Lukas Reschke | 2014-11-17 | 3 | -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 transifex | Jenkins for ownCloud | 2014-11-18 | 2 | -0/+16 |
| | | |||||
* | | Merge pull request #12218 from owncloud/issue/10991-fixes | Morris Jobke | 2014-11-17 | 14 | -264/+410 |
|\ \ | |/ |/| | Issue/10991 Make unit tests pass on windows | ||||
| * | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -2/+12 |
| | | |||||
| * | Fix single run of encryption tests and usages of uniqid() and fopen() | Joas Schilling | 2014-11-17 | 12 | -259/+376 |
| | | |||||
| * | Skip some more tests on Windows which just can not work at all | Joas Schilling | 2014-11-17 | 2 | -3/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-17 | 4 | -16/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-16 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-15 | 2 | -8/+8 |
| | | |||||
* | | Added download size on public sharing | Vincent Cloutier | 2014-11-14 | 3 | -2/+4 |
| | | |||||
* | | Refactor file sharing public link handling | Lukas Reschke | 2014-11-14 | 12 | -219/+732 |
| | | | | | | | | | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php | ||||
* | | Merge pull request #12162 from owncloud/ext-s3-missingfolderwithsamename | Jörn Friedrich Dreyer | 2014-11-14 | 1 | -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 parent | Vincent Petry | 2014-11-13 | 1 | -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 transifex | Jenkins for ownCloud | 2014-11-14 | 2 | -2/+8 |
|/ / | |||||
* | | Merge pull request #12005 from owncloud/bower-multiselect | blizzz | 2014-11-13 | 4 | -2/+750 |
|\ \ | | | | | | | Move multiselect to user_ldap | ||||
| * | | Migrate multiselect to user_ldap | Morris Jobke | 2014-11-13 | 4 | -2/+750 |
| | | | |||||
* | | | Merge pull request #9177 from owncloud/jsdocexperiment | Vincent Petry | 2014-11-13 | 19 | -64/+343 |
|\ \ \ | | | | | | | | | Improved JS Docs + added build script for JS Docs | ||||
| * | | | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 19 | -64/+343 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-13 | 6 | -12/+12 |
| |/ / |/| | | |||||
* | | | Merge pull request #12087 from AdamWill/google-touch | Vincent Petry | 2014-11-12 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | google: fix touch() when $mtime is set (Google wants RFC3339) #11267 | ||||
| * | | | fix touch() when $mtime is set (Google wants RFC3339) #11267 | Adam Williamson | 2014-11-10 | 1 | -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 transifex | Jenkins for ownCloud | 2014-11-12 | 12 | -4/+30 |
| | | | | |||||
* | | | | Fix infinite loop if count and limit is 0 | Morris Jobke | 2014-11-11 | 1 | -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-11762 | Morris Jobke | 2014-11-11 | 2 | -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 set | Arthur Schiwon | 2014-10-27 | 2 | -3/+29 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-11 | 10 | -18/+18 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #10966 from owncloud/storage-root-share-permissions | Morris Jobke | 2014-11-10 | 2 | -0/+90 |
|\ \ \ \ | | | | | | | | | | | Dont' use mountpoint permissions as share permissions for external storages | ||||
| * | | | | Add unit tests | Robin Appelman | 2014-10-31 | 1 | -0/+85 |
| | | | | | |||||
| * | | | | Keep the share permissions from mountpoints | Robin Appelman | 2014-10-31 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Dont' use mountpoint permissions as share permissions for external storages | Robin Appelman | 2014-10-31 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #12070 from owncloud/accessibility-fixes | Morris Jobke | 2014-11-10 | 2 | -14/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | Accessibility fixes | ||||
| * | | | | | add relevant focus styles to the existing hover styles | Jan-Christoph Borchardt | 2014-11-06 | 1 | -13/+34 |
| | | | | | | |||||
| * | | | | | add alt text for file actions, but leave empty since text is directly next to it | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #12027 from owncloud/cleanup_exceptions | Vincent Petry | 2014-11-10 | 8 | -93/+155 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [encryption] clean up encryption exceptions | ||||
| * | | | | | | clean up encryption exceptions | Bjoern Schiessle | 2014-11-07 | 8 | -93/+155 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-10 | 10 | -6/+18 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-09 | 26 | -46/+252 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-08 | 30 | -14/+88 |
| | | | | | | | |||||
* | | | | | | | only set the values we need and make sure that we write the file info for both | Bjoern Schiessle | 2014-11-07 | 1 | -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 file | Bjoern Schiessle | 2014-11-07 | 1 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #11954 from ↵ | Lukas Reschke | 2014-11-07 | 4 | -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 missing | Bjoern Schiessle | 2014-11-05 | 3 | -0/+14 |
| | | | | | | | |||||
| * | | | | | | still try to encrypt files, even if the session is not initialized. The ↵ | Bjoern Schiessle | 2014-11-04 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | stream wrapper will throw an error which is better than silently continue. | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-07 | 100 | -100/+80 |
| | | | | | | | |||||
* | | | | | | | Fix sharing tests | Robin Appelman | 2014-11-06 | 3 | -2/+15 |
| | | | | | | | |||||
* | | | | | | | Setup shared mounts for the correct user when setting up the filesystem for ↵ | Robin Appelman | 2014-11-06 | 3 | -6/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the non-logged in user | ||||
* | | | | | | | Dont make real users in tests | Robin Appelman | 2014-11-06 | 1 | -3/+5 |
| | | | | | | |