summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-09-2974-120/+168
|
* Mock HTTPClientServiceLukas Reschke2016-09-291-2/+21
| | | | | | | | These tests were not using any kind of mocks at all! This made the test execution time took 2 minutes instead of now less than 1 second… (because multiple HTTP requests were queued and timed-out then…) See https://blackfire.io/profiles/compare/6d2611f2-ad08-47b6-973b-2b5f9c8b96d2/graph for reference Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1553 from nextcloud/fix-comment-count-translationLukas Reschke2016-09-281-1/+1
|\ | | | | Fix comment count tooltip
| * Fix comment count tooltipJoas Schilling2016-09-281-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-2826-658/+26
|\ \ | | | | | | Svgo optimization
| * | Svgo optimizationskjnldsv2016-09-2726-658/+26
| |/ | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | Merge pull request #1513 from nextcloud/fix-etag-on-moveMorris Jobke2016-09-283-11/+69
|\ \ | | | | | | Return ETag and OC-ETag in case of a move (#25683)
| * | Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-09-283-11/+69
| | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/25683 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1545 from nextcloud/delete-calendars-with-their-usersMorris Jobke2016-09-284-16/+152
|\ \ \ | |/ / |/| | Delete calendars with their users
| * | Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-283-3/+3
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add IL10N to unit testLukas Reschke2016-09-271-0/+15
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | fix deletion of calendarsThomas Citharel2016-09-273-6/+55
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | delete shares to an userThomas Citharel2016-09-274-0/+20
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Adjust delete logic and ann unit testsThomas Müller2016-09-272-35/+66
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | delete also addressbooks on user deletionThomas Citharel2016-09-271-0/+9
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | delete calendars when users are deletedThomas Citharel2016-09-271-1/+13
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1512 from nextcloud/share-alttextMorris Jobke2016-09-281-0/+1
|\ \ \ | | | | | | | | Display "Share" alt text for share action icon (#26158)
| * | | Display "Share" alt text for share action icon (#26158)Vincent Petry2016-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | UpdateState is empty if no update is availableLukas Reschke2016-09-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116". Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1535 from nextcloud/files-loading-css-fixJulius Härtl2016-09-281-3/+1
|\ \ \ \ | | | | | | | | | | Use css loading animation and not gif
| * | | | Use css loading animation and not gifJohn Molakvoæ2016-09-271-3/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2016-09-2820-2/+310
| | | |
* | | | Merge pull request #1459 from ↵Lukas Reschke2016-09-271-2/+45
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/upstream-fix_trashbin_deleteallhooks_solution2 [Upstream] fix trashbin deleteallhooks solution2
| * | | | Also fire a bulk pre- and post-delete hookSteven Bühner2016-09-201-3/+14
| | | | |
| * | | | Always use the same relative Path (Starting from users home dir. i.e.: ↵Steven Bühner2016-09-201-4/+7
| | | | | | | | | | | | | | | | | | | | "/files_trashbin/...")
| * | | | Take the same path (with /USERNAME/ as base) for every emmited hooksSteven Bühner2016-09-201-2/+2
| | | | |
| * | | | Emit hooks for each file before and after all files in trashbin have been ↵Steven Bühner2016-09-201-23/+23
| | | | | | | | | | | | | | | | | | | | deleted.
| * | | | Fiy typoSteven Bühner2016-09-201-1/+1
| | | | |
| * | | | Emit Hooks for each file bevore and after all files in trashbin have been ↵Steven Bühner2016-09-201-3/+32
| | | | | | | | | | | | | | | | | | | | deleted.
* | | | | Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-2718-8/+1033
|\ \ \ \ \ | |_|_|_|/ |/| | | | CalDAV calendar public sharing
| * | | | fix annotations & copyright headersThomas Citharel2016-09-264-90/+41
| | | | |
| * | | | fix testsThomas Citharel2016-09-261-1/+1
| | | | |
| * | | | add in same requestThomas Citharel2016-09-263-25/+4
| | | | |
| * | | | fix public calendarsThomas Citharel2016-09-263-1/+22
| | | | |
| * | | | Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-2611-47/+73
| | | | | | | | | | | | | | | | | | | | longer return the pre-publish-url
| * | | | Add new constructor argsLukas Reschke2016-09-262-7/+18
| | | | |
| * | | | Add missing constructor argumentLukas Reschke2016-09-261-2/+2
| | | | |
| * | | | Add test for PublicCalendarRootThomas Citharel2016-09-261-0/+103
| | | | |
| * | | | add calendarserver-sharing to the list of advertised featuresThomas Citharel2016-09-261-1/+1
| | | | |
| * | | | use AllowedSharingModes for can-be-published & can-be-sharedThomas Citharel2016-09-261-2/+3
| | | | |
| * | | | fix can-be-publishedThomas Citharel2016-09-262-1/+5
| | | | |
| * | | | add missing testsThomas Citharel2016-09-262-3/+18
| | | | |
| * | | | add can-be-published propertyThomas Citharel2016-09-261-0/+4
| | | | |
| * | | | add space between calendarname and owner nameThomas Citharel2016-09-261-1/+1
| | | | |
| * | | | fix getChild()Thomas Citharel2016-09-261-1/+1
| | | | |
| * | | | test serializerThomas Citharel2016-09-261-0/+56
| | | | |
| * | | | Add publicuri to oc_dav_shares table and start working with itThomas Citharel2016-09-264-13/+67
| | | | |
| * | | | fix some bracket positionsThomas Citharel2016-09-261-14/+7
| | | | |
| * | | | move getPublicCalendar inside the caldav backendThomas Citharel2016-09-262-11/+23
| | | | |
| * | | | fix indent once and for allThomas Citharel2016-09-262-82/+83
| | | | |