aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add testsRobin Appelman2015-10-012-19/+57
|
* stricter check if thumbnail is cachedRobin Appelman2015-10-011-7/+4
|
* to much copy pasteRobin Appelman2015-10-011-5/+3
|
* use cache data we already have to check if a thumbnail of specific size is ↵Robin Appelman2015-10-011-1/+24
| | | | cached
* use the fileinfo to check if we have a valid fileRobin Appelman2015-10-011-1/+1
|
* allow passing the fileinfo to the preview managerRobin Appelman2015-10-012-3/+4
|
* Merge pull request #19132 from owncloud/sharing-removebogusexpirationdateVincent Petry2015-10-014-1/+205
|\ | | | | Repair step to remove bogus expiration dates from non-link shares
| * Also delete all shares before the test, so the count matchesJoas Schilling2015-10-011-6/+18
| |
| * add more precise version to also repair git master instancesMorris Jobke2015-10-012-2/+2
| |
| * Repair step to remove bogus expiration dates from non-link sharesVincent Petry2015-10-013-0/+192
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-0116-0/+50
|
* Merge pull request #19421 from owncloud/fix_19382Thomas Müller2015-09-303-1/+19
|\ | | | | Do noy allow empty urls to be submitted in "add to your owncloud"
| * adjust style of disabled buttonMorris Jobke2015-09-302-1/+11
| |
| * Do noy allow empty urls to be submitted in "add to your owncloud"Roeland Jago Douma2015-09-302-1/+9
| | | | | | | | Fixes #19382
* | Merge pull request #19299 from owncloud/fixgetRawPathInfoThomas Müller2015-09-302-44/+45
|\ \ | | | | | | Fix get raw path info, always return a string
| * | return '' instead of falseJörn Friedrich Dreyer2015-09-231-1/+1
| | |
| * | use assertSame, add failing caseJörn Friedrich Dreyer2015-09-231-43/+44
| | |
* | | Merge pull request #19478 from owncloud/cache-found-l10n-per-appRobin Appelman2015-09-301-3/+4
|\ \ \ | | | | | | | | cache found l10n per app and not globally
| * | | cache found l10n per app and not globallyMorris Jobke2015-09-301-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-staticRobin Appelman2015-09-302-2/+2
|\ \ \ \ | | | | | | | | | | [settings] make it less static
| * | | | [settings] make it less staticMorris Jobke2015-09-302-2/+2
| |/ / /
* | | | Merge pull request #19481 from owncloud/config-markupfixesThomas Müller2015-09-301-23/+30
|\ \ \ \ | | | | | | | | | | Markup fixes to Deleted Items section
| * | | | Markup fixes to trash bin sectionCarla Schroder2015-09-301-23/+30
|/ / / /
* | | | Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-309-15/+15
|\ \ \ \ | | | | | | | | | | Change small thumbnails to 32 px
| * | | | Change small thumbnails to 32 pxMorris Jobke2015-09-309-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* | | | | Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-3025-0/+53
|\ \ \ \ \ | | | | | | | | | | | | [IE8] Fix file type sizes and popover menus in file list
| * | | | | [IE8] Fix popover menu borders for IE8Vincent Petry2015-09-292-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes "New" menu - fixes file actions menu
| * | | | | [IE8] Fix filetype icon sizesVincent Petry2015-09-293-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 32x32Vincent Petry2015-09-2920-0/+0
| | | | | |
* | | | | | Merge pull request #19451 from owncloud/ie8-madnessThomas Müller2015-09-303-1/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix login page logo + login arrow
| * | | | | Optipng IE8 logoVincent Petry2015-09-301-0/+0
| | | | | |
| * | | | | move IE8 fixes to fixes.cssMorris Jobke2015-09-303-13/+13
| | | | | |
| * | | | | Fix login arrow in login pageVincent Petry2015-09-292-1/+10
| | | | | |
| * | | | | Fix IE8 login logoVincent Petry2015-09-292-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üller2015-09-302-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\ScannerOlivier Paroz2015-09-301-1/+6
| | | | | |
| * | | | | Always send a postScanFile event when done scanning a fileOlivier Paroz2015-09-301-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-exceptionThomas Müller2015-09-303-10/+76
|\ \ \ \ \ \ | | | | | | | | | | | | | | Only intercept exceptions of type "NotFoundException" instead of any …
| * | | | | | Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke2015-09-303-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-cleanThomas Müller2015-09-301-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean temp files used for thumbnail generation
| * | | | | | Clean temp files used for thumbnail generationRobin Appelman2015-09-301-1/+5
| |/ / / / /
* | | | | | Merge pull request #19467 from owncloud/files-newmenu-highlightcurrentThomas Müller2015-09-302-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Keep opacity in current item in newFileMenu
| * | | | | [IE8] opacity for active newFileMenu itemsVincent Petry2015-09-301-0/+2
| | | | | |
| * | | | | Keep opacity in current item in newFileMenuVincent Petry2015-09-302-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üller2015-09-302-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 usedArthur Schiwon2015-09-282-1/+37
| | | | | |
* | | | | | Merge pull request #19443 from owncloud/sharedialog-passworderrorThomas Müller2015-09-301-3/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix share link password error
| * | | | | | Fix share link password errorVincent Petry2015-09-291-3/+19
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | - only allow submitting the password once, single request - display error in tooltip
* | | | | | Merge pull request #19310 from owncloud/hide-sort-indicatorThomas Müller2015-09-303-1/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | hide sort indicator when in multiselect mode, ref #19056
| * | | | | | Prevent sort indicator hover to bypass multiselect restrictionVincent Petry2015-09-291-1/+3
| | | | | | |