Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19526 from ↵ | Thomas Müller | 2015-10-06 | 2 | -2/+25 |
|\ | | | | | | | | | owncloud/issue-16251-reload-app-settings-when-app-needs-update Reload the page when an app needs an update after being enabled | ||||
| * | fix wording | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | | |||||
| * | Use OC.Dialogs for modal reload message | Morris Jobke | 2015-10-05 | 1 | -1/+15 |
| | | |||||
| * | Reload the page when an app needs an update after being enabled | Joas Schilling | 2015-10-05 | 2 | -2/+11 |
| | | |||||
* | | Merge pull request #19407 from owncloud/lock-zip-content | Thomas Müller | 2015-10-06 | 2 | -84/+135 |
|\ \ | | | | | | | Lock zip content | ||||
| * | | Refactor single file download into it's own method | Thomas Müller | 2015-10-05 | 1 | -76/+71 |
| | | | |||||
| * | | Recursively lock folder contents | Thomas Müller | 2015-10-05 | 1 | -6/+27 |
| | | | |||||
| * | | release locks in case of exception | Thomas Müller | 2015-10-05 | 1 | -0/+2 |
| | | | |||||
| * | | log the exception during zip creation | Thomas Müller | 2015-10-05 | 1 | -13/+26 |
| | | | |||||
| * | | Lock files which are zipped | Thomas Müller | 2015-10-05 | 1 | -6/+26 |
| | | | |||||
| * | | Clean PHPDoc | Thomas Müller | 2015-10-05 | 1 | -6/+6 |
| | | | |||||
* | | | Merge pull request #19452 from owncloud/ocs_provisioning_api_more_tests | Thomas Müller | 2015-10-06 | 3 | -13/+130 |
|\ \ \ | | | | | | | | | OCS provisioning API more tests | ||||
| * | | | [Intergration] Throw error if exception not thrown | Roeland Jago Douma | 2015-10-06 | 1 | -17/+2 |
| | | | | |||||
| * | | | added a couple of tests | Sergio Bertolin | 2015-10-06 | 1 | -0/+15 |
| | | | | |||||
| * | | | restored assertions in existance of users and groups | Sergio Bertolin | 2015-10-06 | 1 | -12/+14 |
| | | | | |||||
| * | | | Being explicit between http and ocs return codes | Sergio Bertolin | 2015-10-06 | 3 | -20/+37 |
| | | | | |||||
| * | | | added edit user test | Sergio Bertolin | 2015-10-06 | 1 | -0/+12 |
| | | | | |||||
| * | | | Return the actual ocs return codes and check it | Sergio Bertolin | 2015-10-06 | 2 | -18/+37 |
| | | | | |||||
| * | | | added some deletion logic | Sergio Bertolin | 2015-10-06 | 1 | -1/+0 |
| | | | | |||||
| * | | | added some deletion logic | Sergio Bertolin | 2015-10-06 | 1 | -2/+9 |
| | | | | |||||
| * | | | added some group logic | Sergio Bertolin | 2015-10-06 | 2 | -0/+61 |
| | | | | |||||
* | | | | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 370 | -237/+481 |
|\ \ \ \ | |/ / / |/| | | | update licence headers via script | ||||
| * | | | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 118 | -118/+101 |
| | | | | |||||
| * | | | update licence headers via script | Morris Jobke | 2015-10-05 | 328 | -190/+450 |
| | | | | |||||
| * | | | Update license header script to only use code changes | Morris Jobke | 2015-10-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | * ignores the first lines of a file with the license header | ||||
* | | | | Merge pull request #19577 from ↵ | Thomas Müller | 2015-10-06 | 2 | -0/+43 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/share-donotreturnentrieswhenusernotingroup Remove invalid share items from result when missing group membership | ||||
| * | | | | Remove invalid share items from result when missing group membership | Vincent Petry | 2015-10-05 | 2 | -0/+43 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group shares usually have subshare entries for every user. In some situations it can happen that the user was removed from the group but the subshare entries still exist. This fix makes sure that such subshare entries are not returned any more as the user isn't in the group any more. | ||||
* | | | | Merge pull request #19535 from owncloud/check-memcache-module | Thomas Müller | 2015-10-06 | 4 | -6/+65 |
|\ \ \ \ | | | | | | | | | | | [admin] check for correct PHP memcached module | ||||
| * | | | | [admin] check for correct PHP memcached module | Morris Jobke | 2015-10-06 | 4 | -6/+65 |
| | | | | | |||||
* | | | | | Merge pull request #19530 from ↵ | Thomas Müller | 2015-10-06 | 2 | -1/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-13213-sharing-conflict-when-sharing-subfile Make sure the share we found is for the same item | ||||
| * | | | | | Add a unit test for "share a file inside a folder that is already shared" | Joas Schilling | 2015-10-05 | 1 | -0/+33 |
| | | | | | | |||||
| * | | | | | Make sure all variables are defined | Joas Schilling | 2015-10-05 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Make sure the share we found is for the same item | Joas Schilling | 2015-10-05 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #18484 from owncloud/fix-17964 | Thomas Müller | 2015-10-06 | 2 | -7/+152 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Remove whitespace from base-DNs | ||||
| * | | | | | trim by default, add unit tests | Arthur Schiwon | 2015-10-05 | 2 | -16/+140 |
| | | | | | | |||||
| * | | | | | Spaces -> Tabs, Update PHP-Doc and function logic | Lennart Rosam | 2015-10-05 | 1 | -12/+27 |
| | | | | | | |||||
| * | | | | | Remove whitespace from base-DNs | Lennart Rosam | 2015-10-05 | 1 | -6/+12 |
| |/ / / / | |||||
* | | | / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-06 | 42 | -36/+268 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #18883 from owncloud/encryption-move-same-storage | Thomas Müller | 2015-10-05 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | use a normal rename when moving from the same storage in the encryption wrapper | ||||
| * | | | | use a normal rename when moving from the same storage in the encryption wrapper | Robin Appelman | 2015-10-05 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #19553 from owncloud/properly_format_date_shareview | Thomas Müller | 2015-10-05 | 2 | -9/+11 |
|\ \ \ \ | | | | | | | | | | | Use DD-MM-YYYY consistently in share sidebar | ||||
| * | | | | Use DD-MM-YYYY consistently in share sidebar | Roeland Jago Douma | 2015-10-04 | 2 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to display the response from the server. Which is in non ISO8601 format. Now this is weird since the datepickers shows us 'DD-MM-YYYY' once a date is chosen. Now use momentJS to properly format the date. * Unit tests updated | ||||
* | | | | | Merge pull request #19590 from owncloud/compactmode-sidebarfullscreen | Thomas Müller | 2015-10-05 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Make sidebar properly fullscreen in mobile/compact mode | ||||
| * | | | | | Make sidebar properly fullscreen in mobile/compact mode | Vincent Petry | 2015-10-05 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #19558 from owncloud/sharing_sidebar_toggle_enforcedpass | Roeland Douma | 2015-10-05 | 2 | -1/+42 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Do not remove linkshare if there is none | ||||
| * | | | | Do not remove linkshare if there is none | Roeland Jago Douma | 2015-10-05 | 2 | -1/+42 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the password is enforced we can't create a link share right away but just show the password field. Untoggling the link sharing should not try to remove the share. * Added unit test | ||||
* | | | | Merge pull request #19591 from owncloud/files-renametooltipplacement | Hendrik Leppelsack | 2015-10-05 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix tooltip placement on rename error | ||||
| * | | | Fix tooltip placement on rename error | Vincent Petry | 2015-10-05 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #19582 from owncloud/fix_19456 | Morris Jobke | 2015-10-05 | 2 | -0/+9 |
|\ \ \ | |_|/ |/| | | add some output to explain the pre-conditions for decrypt-all | ||||
| * | | add some output to explain the pre-conditions for decrypt-all | Bjoern Schiessle | 2015-10-05 | 2 | -0/+9 |
|/ / |