Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests | Robin Appelman | 2015-10-01 | 2 | -19/+57 |
| | |||||
* | stricter check if thumbnail is cached | Robin Appelman | 2015-10-01 | 1 | -7/+4 |
| | |||||
* | to much copy paste | Robin Appelman | 2015-10-01 | 1 | -5/+3 |
| | |||||
* | use cache data we already have to check if a thumbnail of specific size is ↵ | Robin Appelman | 2015-10-01 | 1 | -1/+24 |
| | | | | cached | ||||
* | use the fileinfo to check if we have a valid file | Robin Appelman | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | allow passing the fileinfo to the preview manager | Robin Appelman | 2015-10-01 | 2 | -3/+4 |
| | |||||
* | Merge pull request #19132 from owncloud/sharing-removebogusexpirationdate | Vincent Petry | 2015-10-01 | 4 | -1/+205 |
|\ | | | | | Repair step to remove bogus expiration dates from non-link shares | ||||
| * | Also delete all shares before the test, so the count matches | Joas Schilling | 2015-10-01 | 1 | -6/+18 |
| | | |||||
| * | add more precise version to also repair git master instances | Morris Jobke | 2015-10-01 | 2 | -2/+2 |
| | | |||||
| * | Repair step to remove bogus expiration dates from non-link shares | Vincent Petry | 2015-10-01 | 3 | -0/+192 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-01 | 16 | -0/+50 |
| | |||||
* | Merge pull request #19421 from owncloud/fix_19382 | Thomas Müller | 2015-09-30 | 3 | -1/+19 |
|\ | | | | | Do noy allow empty urls to be submitted in "add to your owncloud" | ||||
| * | adjust style of disabled button | Morris Jobke | 2015-09-30 | 2 | -1/+11 |
| | | |||||
| * | Do noy allow empty urls to be submitted in "add to your owncloud" | Roeland Jago Douma | 2015-09-30 | 2 | -1/+9 |
| | | | | | | | | Fixes #19382 | ||||
* | | Merge pull request #19299 from owncloud/fixgetRawPathInfo | Thomas Müller | 2015-09-30 | 2 | -44/+45 |
|\ \ | | | | | | | Fix get raw path info, always return a string | ||||
| * | | return '' instead of false | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 |
| | | | |||||
| * | | use assertSame, add failing case | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -43/+44 |
| | | | |||||
* | | | Merge pull request #19478 from owncloud/cache-found-l10n-per-app | Robin Appelman | 2015-09-30 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | cache found l10n per app and not globally | ||||
| * | | | cache found l10n per app and not globally | Morris Jobke | 2015-09-30 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes: if the first call to this is with an app that has no translations all future call will get a list with only english in there - even if their l10n holds more translations | ||||
* | | | | Merge pull request #19483 from owncloud/make-the-world-a-bit-less-static | Robin Appelman | 2015-09-30 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | [settings] make it less static | ||||
| * | | | | [settings] make it less static | Morris Jobke | 2015-09-30 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #19481 from owncloud/config-markupfixes | Thomas Müller | 2015-09-30 | 1 | -23/+30 |
|\ \ \ \ | | | | | | | | | | | Markup fixes to Deleted Items section | ||||
| * | | | | Markup fixes to trash bin section | Carla Schroder | 2015-09-30 | 1 | -23/+30 |
|/ / / / | |||||
* | | | | Merge pull request #19468 from owncloud/fix-36-vs-32-previews | Thomas Müller | 2015-09-30 | 9 | -15/+15 |
|\ \ \ \ | | | | | | | | | | | Change small thumbnails to 32 px | ||||
| * | | | | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 9 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | | | | | Merge pull request #19454 from owncloud/ie8-madness-returns | Thomas Müller | 2015-09-30 | 25 | -0/+53 |
|\ \ \ \ \ | | | | | | | | | | | | | [IE8] Fix file type sizes and popover menus in file list | ||||
| * | | | | | [IE8] Fix popover menu borders for IE8 | Vincent Petry | 2015-09-29 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes "New" menu - fixes file actions menu | ||||
| * | | | | | [IE8] Fix filetype icon sizes | Vincent Petry | 2015-09-29 | 3 | -0/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up. | ||||
| * | | | | | [IE8] Rescale PNG icons to 32x32 | Vincent Petry | 2015-09-29 | 20 | -0/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #19451 from owncloud/ie8-madness | Thomas Müller | 2015-09-30 | 3 | -1/+14 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Fix login page logo + login arrow | ||||
| * | | | | | Optipng IE8 logo | Vincent Petry | 2015-09-30 | 1 | -0/+0 |
| | | | | | | |||||
| * | | | | | move IE8 fixes to fixes.css | Morris Jobke | 2015-09-30 | 3 | -13/+13 |
| | | | | | | |||||
| * | | | | | Fix login arrow in login page | Vincent Petry | 2015-09-29 | 2 | -1/+10 |
| | | | | | | |||||
| * | | | | | Fix IE8 login logo | Vincent Petry | 2015-09-29 | 2 | -0/+4 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Added 175px logo to make it have the same size. It's only used for IE8. | ||||
* | | | | | Merge pull request #19460 from ↵ | Thomas Müller | 2015-09-30 | 2 | -3/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/fix-postScanFile-and-make-it-available-to-utils-scanner Fix postScanFile event and make it available to utils scanner | ||||
| * | | | | | Make postScanFile and postScanFolder available to OC\Files\Utils\Scanner | Olivier Paroz | 2015-09-30 | 1 | -1/+6 |
| | | | | | | |||||
| * | | | | | Always send a postScanFile event when done scanning a file | Olivier Paroz | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | postScanFile is important when scanning external storage as it indicates when the file is ready to be used | ||||
* | | | | | | Merge pull request #19470 from owncloud/pass-exception | Thomas Müller | 2015-09-30 | 3 | -10/+76 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Only intercept exceptions of type "NotFoundException" instead of any … | ||||
| * | | | | | | Only intercept exceptions of type "NotFoundException" instead of any Exception | Lukas Reschke | 2015-09-30 | 3 | -10/+76 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sharing backend may throw another exception for example when the activity app encounters a problem. Previously this just triggered a 404 error page and the exception got not logged at all. With this change such exceptions get not intercepted and regularly handled as exceptions so that we have meaningful log data. Also the user will be shown a window informing him that an error happened. Helps to debug cases such as https://github.com/owncloud/core/issues/19465 | ||||
* | | | | | | Merge pull request #19471 from owncloud/thumbnail-temp-clean | Thomas Müller | 2015-09-30 | 1 | -1/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clean temp files used for thumbnail generation | ||||
| * | | | | | | Clean temp files used for thumbnail generation | Robin Appelman | 2015-09-30 | 1 | -1/+5 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #19467 from owncloud/files-newmenu-highlightcurrent | Thomas Müller | 2015-09-30 | 2 | -0/+8 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Keep opacity in current item in newFileMenu | ||||
| * | | | | | [IE8] opacity for active newFileMenu items | Vincent Petry | 2015-09-30 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Keep opacity in current item in newFileMenu | Vincent Petry | 2015-09-30 | 2 | -0/+6 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | Whenever the input field appears, the menu item should keep its opacity instead of reacting on hover. | ||||
* | | | | | Merge pull request #19419 from ↵ | Thomas Müller | 2015-09-30 | 2 | -1/+37 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/ldap-fix-dn-not-sanitized-when-fetched-by-memberof memberOf resembles a DN as well and is actively used | ||||
| * | | | | | memberOf resembles a DN as well and is actively used | Arthur Schiwon | 2015-09-28 | 2 | -1/+37 |
| | | | | | | |||||
* | | | | | | Merge pull request #19443 from owncloud/sharedialog-passworderror | Thomas Müller | 2015-09-30 | 1 | -3/+19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix share link password error | ||||
| * | | | | | | Fix share link password error | Vincent Petry | 2015-09-29 | 1 | -3/+19 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | - only allow submitting the password once, single request - display error in tooltip | ||||
* | | | | | | Merge pull request #19310 from owncloud/hide-sort-indicator | Thomas Müller | 2015-09-30 | 3 | -1/+29 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | hide sort indicator when in multiselect mode, ref #19056 | ||||
| * | | | | | | Prevent sort indicator hover to bypass multiselect restriction | Vincent Petry | 2015-09-29 | 1 | -1/+3 |
| | | | | | | |