Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-18 | 6 | -22/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-17 | 2 | -0/+190 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-16 | 8 | -2/+174 |
| | |||||
* | Merge pull request #6453 from nextcloud/fix-5273 | Morris Jobke | 2017-09-15 | 4 | -25/+72 |
|\ | | | | | Fix initializing paged search under some circumstances | ||||
| * | adapted integration tests | Arthur Schiwon | 2017-09-14 | 2 | -13/+35 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix counting found results in search op | Arthur Schiwon | 2017-09-14 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | improve and extend paging integration test | Arthur Schiwon | 2017-09-14 | 2 | -11/+28 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | replace hard-coded attribute with the corresponding settings option | Arthur Schiwon | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix limit-flaw in search on paged results | Arthur Schiwon | 2017-09-14 | 2 | -12/+17 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #6506 from nextcloud/sharename-overlap | Morris Jobke | 2017-09-15 | 2 | -3/+17 |
|\ \ | | | | | | | Fix sharer name overlap with filename | ||||
| * | | Correctly ellipsize file names, fix #6498 | Jan-Christoph Borchardt | 2017-09-14 | 2 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Ellipsize sharer name, ref #6498 | Jan-Christoph Borchardt | 2017-09-14 | 2 | -2/+12 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | allow apps to control the trash bin | Bjoern Schiessle | 2017-09-15 | 3 | -13/+158 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-15 | 16 | -50/+438 |
|/ / | |||||
* / | Allow to close sidebar for text files | Morris Jobke | 2017-09-14 | 1 | -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 transifex | Nextcloud bot | 2017-09-14 | 12 | -52/+334 |
| | |||||
* | Merge pull request #6483 from nextcloud/fix_quota_new_endpoint | Morris Jobke | 2017-09-14 | 4 | -21/+88 |
|\ | | | | | Fix quota calculation on new dav upload endpoint | ||||
| * | Fix quota calculation on new dav upload endpoint | Roeland Jago Douma | 2017-09-13 | 4 | -21/+88 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5689 from nextcloud/fix-4117 | Morris Jobke | 2017-09-14 | 6 | -48/+189 |
|\ \ | |/ |/| | LDAP: simplify returning the homePath and fixing #4117 | ||||
| * | listen to deletion hooks for proper handling, adjust and add tests | Arthur Schiwon | 2017-08-31 | 5 | -26/+178 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | simplify returning the homePath and fixing #4117 | Arthur Schiwon | 2017-08-31 | 2 | -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-title | Morris Jobke | 2017-09-13 | 1 | -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 Bauch | 2017-09-13 | 1 | -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-apps | Morris Jobke | 2017-09-13 | 1 | -4/+13 |
|\ \ \ | |/ / |/| | | Invert themed favicons on bright colors | ||||
| * | | Theming: Invert app icon in favicon for bright backgrounds | Julius Härtl | 2017-09-12 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | fixes #5650 Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Theming: Use png32 for generated icons | Julius Härtl | 2017-09-12 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | fixes #4796 Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-13 | 6 | -12/+26 |
| | | | |||||
* | | | Merge pull request #6451 from nextcloud/theming-manifest-json | Morris Jobke | 2017-09-12 | 5 | -4/+166 |
|\ \ \ | |/ / |/| | | Theming app support for chrome manifest.json file | ||||
| * | | Fix tests | Julius Härtl | 2017-09-12 | 1 | -6/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Use IAppManager instead of private API | Julius Härtl | 2017-09-12 | 2 | -8/+23 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Add themed manifest.json to theming app | Julius Härtl | 2017-09-12 | 3 | -0/+90 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Move theming related imagePath logic to ThemingDefaults | Julius Härtl | 2017-09-12 | 2 | -0/+62 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | | Merge pull request #6448 from weizenspreu/master | John Molakvoæ | 2017-09-12 | 2 | -8/+11 |
|\ \ \ | | | | | | | | | print generated encryption key passwords directly after generating th… | ||||
| * | | | print generated encryption key passwords directly after generating the keys ↵ | Kenneth Newwood | 2017-09-11 | 2 | -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 transifex | Nextcloud bot | 2017-09-12 | 6 | -0/+28 |
|/ / | |||||
* | | Merge pull request #6369 from ↵ | Joas Schilling | 2017-09-11 | 2 | -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 too | Joas Schilling | 2017-09-05 | 2 | -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 transifex | Nextcloud bot | 2017-09-10 | 2 | -4/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-08 | 4 | -8/+98 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-07 | 6 | -2/+24 |
| | | | |||||
* | | | Merge pull request #5304 from ↵ | Morris Jobke | 2017-09-06 | 4 | -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 DateTime | Georg Ehrke | 2017-09-05 | 2 | -7/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | don't send invitation emails for past events | Georg Ehrke | 2017-09-05 | 4 | -5/+128 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | adjust tests to new failed storage handling | Robin Appelman | 2017-09-06 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #6370 from nextcloud/fix-alternative-logins | Morris Jobke | 2017-09-06 | 1 | -4/+10 |
|\ \ \ \ | | | | | | | | | | | Fix layout of alternative login buttons | ||||
| * | | | | Fix layout of alternative login buttons | Morris Jobke | 2017-09-06 | 1 | -4/+10 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | * fixes #6367 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #5415 from nextcloud/search-cache-node | Morris Jobke | 2017-09-06 | 6 | -15/+55 |
|\ \ \ \ | | | | | | | | | | | cache nodes from search results | ||||
| * | | | | Fix test | Robin Appelman | 2017-08-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | cache nodes from search results | Robin Appelman | 2017-08-26 | 5 | -12/+52 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-06 | 4 | -0/+10 |
| |/ / / |/| | | |