Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -10/+0 |
| | |||||
* | More tests for joinPaths | Vincent Petry | 2016-03-16 | 1 | -0/+3 |
| | |||||
* | Add OC.joinPaths for convenient path joining | Vincent Petry | 2016-03-16 | 2 | -0/+80 |
| | |||||
* | Fix on shared groups assignment. | Leonardo Diez | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Remove invalid type-cast | Lukas Reschke | 2016-02-13 | 1 | -4/+4 |
| | | | | | | This is an `is_array` operation and not a `in_array` one. Thus this typecast is not required. Fixes https://github.com/owncloud/core/issues/20095 | ||||
* | Use proper format when setting the expiration date | Thomas Müller | 2015-10-16 | 1 | -2/+4 |
| | |||||
* | Set expiration date on password change | Thomas Müller | 2015-10-15 | 2 | -1/+5 |
| | |||||
* | Only show expiration date in the web ui if it has been set | Thomas Müller | 2015-10-15 | 1 | -1/+3 |
| | |||||
* | Update expiration date on link sharing | Thomas Müller | 2015-10-15 | 2 | -3/+6 |
| | |||||
* | Do not print exception message | Lukas Reschke | 2015-10-13 | 2 | -8/+49 |
| | | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged. | ||||
* | Backport of #19553 | Roeland Jago Douma | 2015-10-06 | 2 | -3/+4 |
| | | | | Show expiration date always as MM-DD-YYYY | ||||
* | [upgrade] switch to debug logging on upgrade | Morris Jobke | 2015-09-29 | 2 | -0/+12 |
| | | | | | * resets afterwards * adds output about the previous log level | ||||
* | Add option to disable autocomplete in share dialog | Morris Jobke | 2015-08-17 | 1 | -0/+10 |
| | |||||
* | fix mobile scrolling, lower sidebar sensitivity, fix #11193 | Jan-Christoph Borchardt | 2015-08-13 | 1 | -1/+2 |
| | |||||
* | Merge pull request #17753 from oparoz/fix-previews-for-public-uploads | Vincent Petry | 2015-08-12 | 1 | -2/+2 |
|\ | | | | | [stable8.1] Fix preview of old file on public upload conflicts | ||||
| * | Fix preview of old file on public upload conflicts | Olivier Paroz | 2015-07-20 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #17957 from owncloud/stable8.1-backport-17489 | Thomas Müller | 2015-08-12 | 2 | -0/+37 |
|\ \ | | | | | | | [stable8.1] Fix parsing of sharetime as string | ||||
| * | | tests for _parseTime with hex and empty strings | Morris Jobke | 2015-07-29 | 2 | -0/+6 |
| | | | |||||
| * | | Fix parsing of sharetime as string | Morris Jobke | 2015-07-29 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible. | ||||
* | | | Merge pull request #18003 from owncloud/backport-17805-stable8.1 | Roeland Douma | 2015-07-31 | 1 | -0/+8 |
|\ \ \ | |/ / |/| | | [stable8.1][avatar] add error handlers for avatar setup | ||||
| * | | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-31 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901 | ||||
* | | | Adding error handling in case setting the password fails | Thomas Müller | 2015-07-23 | 1 | -5/+12 |
|/ / | |||||
* / | fix browser compatibility issue for element.closest | Hendrik Leppelsack | 2015-07-17 | 1 | -1/+1 |
|/ | |||||
* | allow remote shares for users with email as usernames | Felix Böhm | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-07-07 | 1 | -0/+9 |
| | |||||
* | Revert "fix z-index of share-autocomplete" | Jan-Christoph Borchardt | 2015-07-02 | 1 | -1/+0 |
| | | | | This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82. | ||||
* | Revert "explicitly set z-index on app-content, fix overlap from navigation" | Jan-Christoph Borchardt | 2015-07-02 | 1 | -1/+1 |
| | | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 2 | -0/+8 |
| | |||||
* | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 18 | -5/+42 |
|\ | | | | | Update license headers | ||||
| * | update license headers and authors | Morris Jobke | 2015-06-25 | 18 | -5/+42 |
| | | |||||
* | | fix z-index of share-autocomplete | Jan-Christoph Borchardt | 2015-06-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #17008 from owncloud/fix-17006 | Björn Schießle | 2015-06-26 | 1 | -0/+2 |
|\ \ | | | | | | | Improve splitting of username and remote adress when username contains an `@` | ||||
| * | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #17165 from ↵ | Thomas Müller | 2015-06-26 | 1 | -0/+16 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/federated_cloud_sharing_search_address_book Search address book for federated cloud id | ||||
| * | | | search address book for federated cloud id | Bjoern Schiessle | 2015-06-25 | 1 | -0/+16 |
| | | | | |||||
* | | | | Fix for #17178 | Roeland Jago Douma | 2015-06-25 | 1 | -2/+9 |
| |_|/ |/| | | | | | | | | | | | | | | If no array of arrays is submitted make sure we still keep $sharedUsers and $sharedGroups as arrays so the rest of the code keeps functioning as it should. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-25 | 10 | -4/+42 |
|/ / | |||||
* | | Merge pull request #17105 from owncloud/app-content-z-index | Morris Jobke | 2015-06-24 | 1 | -1/+1 |
|\ \ | | | | | | | explicitly set z-index on app-content, fix overlap from navigation | ||||
| * | | explicitly set z-index on app-content, fix overlap from navigation | Jan-Christoph Borchardt | 2015-06-23 | 1 | -1/+1 |
| | | | |||||
* | | | Use non-zero exit code when app is not compliant (so CIs can detect the status) | Joas Schilling | 2015-06-24 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #17095 from owncloud/proper-error-handling | Morris Jobke | 2015-06-23 | 1 | -7/+10 |
|\ \ \ | |/ / |/| | | Proper error handling | ||||
| * | | [updater] keep maintenance active on failure and mark failure in red | Morris Jobke | 2015-06-23 | 1 | -1/+2 |
| | | | |||||
| * | | [updater] propagate error case properly | Morris Jobke | 2015-06-23 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | * add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message | ||||
* | | | [upgrade] print update message before running the update code | Morris Jobke | 2015-06-23 | 1 | -0/+3 |
|/ / | | | | | | | * otherwise you don't know during which app update something failed | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-23 | 4 | -2/+6 |
| | | |||||
* | | Merge pull request #17068 from owncloud/fix_16878 | VicDeo | 2015-06-22 | 1 | -0/+4 |
|\ \ | |/ |/| | fix search for results only from subfolder | ||||
| * | remove whitespace on bottom when no search results, fix laylout, fix #16878 | Jan-Christoph Borchardt | 2015-06-22 | 1 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-21 | 2 | -0/+4 |
| | |