Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17024 from owncloud/master-verify-if-path-exists-in-upload | Thomas Müller | 2015-06-19 | 1 | -0/+4 |
|\ | | | | | [master] Verify if path exists | ||||
| * | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 |
| | | | | | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-19 | 36 | -70/+36 |
|/ | |||||
* | Merge pull request #16692 from owncloud/add_social_media_buttons | Björn Schießle | 2015-06-18 | 11 | -6/+650 |
|\ | | | | | Add social media buttons | ||||
| * | add id to url | Bjoern Schiessle | 2015-06-18 | 2 | -7/+7 |
| | | |||||
| * | fix look of 'Share with me via ownCloud' button, fix wording | Jan-Christoph Borchardt | 2015-06-17 | 3 | -51/+11 |
| | | |||||
| * | fix path to owncloud logo | Bjoern Schiessle | 2015-06-17 | 2 | -2/+4 |
| | | |||||
| * | make the click actions work | Bjoern Schiessle | 2015-06-17 | 2 | -7/+9 |
| | | |||||
| * | federated cloud ID: add icons, fix HTML & layout, fix wording | Jan-Christoph Borchardt | 2015-06-17 | 10 | -39/+382 |
| | | |||||
| * | add social media button for diaspora, twitter, facebook and google+ | Bjoern Schiessle | 2015-06-17 | 7 | -6/+343 |
| | | |||||
* | | Merge pull request #16890 from owncloud/fix-16588 | Thomas Müller | 2015-06-18 | 2 | -6/+10 |
|\ \ | | | | | | | the user is gone, userExists will not bring him back. But the user's … | ||||
| * | | delete user test to take getHome into account to ensure it is also deleted ↵ | Arthur Schiwon | 2015-06-17 | 1 | -1/+4 |
| | | | | | | | | | | | | subsequently | ||||
| * | | the user is gone, userExists will not bring him back. But the user's folder ↵ | Arthur Schiwon | 2015-06-11 | 1 | -5/+6 |
| | | | | | | | | | | | | needs to be deleted anyway | ||||
* | | | Merge pull request #16993 from owncloud/verify-if-path-exists | Lukas Reschke | 2015-06-18 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | [master] Verify if path exists | ||||
| * | | | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |
| | | | | |||||
| * | | | Verify if path exists | Lukas Reschke | 2015-06-17 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | We need to verify if the specified path exists to gracefully prevent errors. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-18 | 20 | -14/+152 |
| | | | | |||||
* | | | | Merge pull request #16893 from owncloud/fixSlideToggle | Morris Jobke | 2015-06-17 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix childs of slideToggle not sliding the target | ||||
| * | | | remove unneeded span around Settings text, fixes cursor | Jan-Christoph Borchardt | 2015-06-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #16729 from owncloud/scanner-read-lock | Thomas Müller | 2015-06-17 | 1 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | keep a read lock while scanning a file or folder | ||||
| * | | | | explain pre-hook scan | Robin Appelman | 2015-06-15 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | ensure we dont have to scan a file in the trash wrapper | Robin Appelman | 2015-06-15 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-17 | 8 | -4/+12 |
| | | | | | |||||
* | | | | | Merge pull request #16938 from owncloud/ext-s3-opendirduplicate | Morris Jobke | 2015-06-16 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Skip directory entry in S3 opendir | ||||
| * | | | | | Skip directory entry in S3 opendir | Vincent Petry | 2015-06-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The result set contains the directory itself, so skip it to avoid scanning a non-existing directory | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-16 | 6 | -4/+138 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #16911 from oparoz/prettier-public-thumbnails | Thomas Müller | 2015-06-15 | 1 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Determine the size we need before asking for a thumbnail | ||||
| * | | | | | floats are not welcome when setting the size of a preview | Olivier Paroz | 2015-06-12 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Determine the size we need before asking for a thumbnail | Olivier Paroz | 2015-06-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | We need to set the size of the preview using the devicePixelRatio and use that as arguments when using the preview endpoint or that endpoint will use the default 36x36 and thumbnails will be blurry on high DPI devices | ||||
* | | | | | | Merge pull request #16885 from owncloud/files-previewurlresolutionrounding | Thomas Müller | 2015-06-15 | 1 | -1/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Truncate preview resolution | ||||
| * | | | | | Truncate preview resolution | Vincent Petry | 2015-06-11 | 1 | -1/+3 |
| | |_|/ / | |/| | | | | | | | | | | | | | This prevents having float numbers appear in the URL | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-15 | 8 | -10/+168 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-14 | 12 | -4/+30 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-13 | 2 | -2/+98 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-12 | 6 | -6/+116 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-11 | 10 | -18/+60 |
| | | | |||||
* | | | Merge pull request #16736 from owncloud/utilize-member-of | Thomas Müller | 2015-06-10 | 5 | -35/+110 |
|\ \ \ | | | | | | | | | Utilize memberOf to boost loading time on users page (depending on LDAP server config) | ||||
| * | | | if possible, getUserGroups should get memberships using memberOf virtual ↵ | Arthur Schiwon | 2015-06-03 | 4 | -2/+96 |
| | | | | | | | | | | | | | | | | attribute | ||||
| * | | | Implement a faster way for checking availability of memberOf. Users tab in ↵ | Arthur Schiwon | 2015-06-03 | 1 | -33/+14 |
| | | | | | | | | | | | | | | | | the wizard benefits. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-10 | 8 | -8/+172 |
| | | | | |||||
* | | | | Merge pull request #16810 from owncloud/disable-search-if-not-implemented | Thomas Müller | 2015-06-09 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Disable search field in case there is no search available to the curr… | ||||
| * | | | | Search results have to explicitly be added to the content area of the app | Thomas Müller | 2015-06-09 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Disable video preview if previews are disabled | Morris Jobke | 2015-06-09 | 3 | -1/+3 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #16811 from espenfjo/master | Morris Jobke | 2015-06-09 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix regression in preview height calculation | ||||
| * | | | | Fix regression in preview height calculation | Espen Fjellvær Olsen | 2015-06-08 | 1 | -1/+1 |
| |/ / / | | | | | | | | | Fix regressions introduced in a672e9d regarding the image height calculation | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-09 | 6 | -16/+110 |
| | | | | |||||
* | | | | add hint to exception | Bjoern Schiessle | 2015-06-08 | 1 | -5/+4 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-08 | 14 | -32/+94 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 42 | -24/+386 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-06 | 6 | -10/+10 |
| | | |