aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-09-186-22/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-09-172-0/+190
|
* [tx-robot] updated from transifexNextcloud bot2017-09-168-2/+174
|
* Merge pull request #6453 from nextcloud/fix-5273Morris Jobke2017-09-154-25/+72
|\ | | | | Fix initializing paged search under some circumstances
| * adapted integration testsArthur Schiwon2017-09-142-13/+35
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix counting found results in search opArthur Schiwon2017-09-141-3/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix limit-flaw in search on paged resultsArthur Schiwon2017-09-142-12/+17
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #6506 from nextcloud/sharename-overlapMorris Jobke2017-09-152-3/+17
|\ \ | | | | | | Fix sharer name overlap with filename
| * | Correctly ellipsize file names, fix #6498Jan-Christoph Borchardt2017-09-142-1/+5
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Ellipsize sharer name, ref #6498Jan-Christoph Borchardt2017-09-142-2/+12
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | allow apps to control the trash binBjoern Schiessle2017-09-153-13/+158
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-1516-50/+438
|/ /
* / Allow to close sidebar for text filesMorris Jobke2017-09-141-0/+1
|/ | | | | | * the close button was overlapped by the text preview and you could not close the sidebar then Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-09-1412-52/+334
|
* Merge pull request #6483 from nextcloud/fix_quota_new_endpointMorris Jobke2017-09-144-21/+88
|\ | | | | Fix quota calculation on new dav upload endpoint
| * Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-134-21/+88
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5689 from nextcloud/fix-4117Morris Jobke2017-09-146-48/+189
|\ \ | |/ |/| LDAP: simplify returning the homePath and fixing #4117
| * listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-315-26/+178
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * simplify returning the homePath and fixing #4117Arthur Schiwon2017-08-312-23/+12
| | | | | | | | | | | | | | | | homesToKill was not set in runtime since some changes some place else. It required deleteUser() to be called first. The method acts independent of it now. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #5398 from nextcloud/theming-page-titleMorris Jobke2017-09-131-2/+8
|\ \ | | | | | | Fallback to "getTitle" / "getEntity" of filesystem theme in theming app
| * | Use theme methods "getTitle" and "getEntity" as fallback if name is not themed.Joachim Bauch2017-09-131-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue with custom filesystem themes that can define title, name and entity differently, but the theming app was only using the name as fallback (see #5374). Signed-off-by: Joachim Bauch <bauch@struktur.de>
* | | Merge pull request #6457 from nextcloud/theming-favicon-invert-appsMorris Jobke2017-09-131-4/+13
|\ \ \ | |/ / |/| | Invert themed favicons on bright colors
| * | Theming: Invert app icon in favicon for bright backgroundsJulius Härtl2017-09-121-0/+11
| | | | | | | | | | | | | | | | | | fixes #5650 Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Theming: Use png32 for generated iconsJulius Härtl2017-09-121-4/+2
| | | | | | | | | | | | | | | | | | fixes #4796 Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-136-12/+26
| | |
* | | Merge pull request #6451 from nextcloud/theming-manifest-jsonMorris Jobke2017-09-125-4/+166
|\ \ \ | |/ / |/| | Theming app support for chrome manifest.json file
| * | Fix testsJulius Härtl2017-09-121-6/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Use IAppManager instead of private APIJulius Härtl2017-09-122-8/+23
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add themed manifest.json to theming appJulius Härtl2017-09-123-0/+90
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Move theming related imagePath logic to ThemingDefaultsJulius Härtl2017-09-122-0/+62
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | Merge pull request #6448 from weizenspreu/masterJohn Molakvoæ2017-09-122-8/+11
|\ \ \ | | | | | | | | print generated encryption key passwords directly after generating th…
| * | | print generated encryption key passwords directly after generating the keys ↵Kenneth Newwood2017-09-112-8/+11
| |/ / | | | | | | | | | | | | | | | so that errors during the encryption do not lead to a potentially massive data loss Signed-off-by: Kenneth Newwood <kenneth@newwood.name>
* / / [tx-robot] updated from transifexNextcloud bot2017-09-126-0/+28
|/ /
* | Merge pull request #6369 from ↵Joas Schilling2017-09-112-13/+35
|\ \ | | | | | | | | | | | | nextcloud/fix-6211-missing-translation-of-comment-activity-in-email Allow translations of the comments activity in the emails too
| * | Allow translations of the comments activity in the emails tooJoas Schilling2017-09-052-13/+35
| | | | | | | | | | | | | | | | | | | | | Message and object data is not available on emails atm, so we can not use them either... Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-102-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-09-084-8/+98
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-09-076-2/+24
| | |
* | | Merge pull request #5304 from ↵Morris Jobke2017-09-064-5/+134
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/2855/dont_send_invitations_for_past_events don't send invitation emails for past events
| * | | Sabre/VObject returns DateTimeImmutable, not a simple DateTimeGeorg Ehrke2017-09-052-7/+13
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | don't send invitation emails for past eventsGeorg Ehrke2017-09-054-5/+128
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | adjust tests to new failed storage handlingRobin Appelman2017-09-061-8/+7
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #6370 from nextcloud/fix-alternative-loginsMorris Jobke2017-09-061-4/+10
|\ \ \ \ | | | | | | | | | | Fix layout of alternative login buttons
| * | | | Fix layout of alternative login buttonsMorris Jobke2017-09-061-4/+10
| | |/ / | |/| | | | | | | | | | | | | | | | | | * fixes #6367 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #5415 from nextcloud/search-cache-nodeMorris Jobke2017-09-066-15/+55
|\ \ \ \ | | | | | | | | | | cache nodes from search results
| * | | | Fix testRobin Appelman2017-08-261-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | cache nodes from search resultsRobin Appelman2017-08-265-12/+52
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-09-064-0/+10
| |/ / / |/| | |