summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbuttonJulius Härtl2018-08-291-2/+2
|\ | | | | Theming: apply proper size to the remove background button
| * Theming: apply proper size to the remove background buttonJulius Härtl2018-08-271-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-08-298-0/+8
| |
* | Merge pull request #10871 from cviereck/patch-1Morris Jobke2018-08-281-1/+1
|\ \ | | | | | | cast timestamps older than unix epoch to 0
| * | cast timestamps older than unix epoch to 0Christian2018-08-271-1/+1
| |/ | | | | This change solves issues #10870, which is caused by method castValue of class FileSearchBackend: It casts the timestamps older than the unix epoch to false., see my comment https://github.com/nextcloud/server/pull/10835#discussion_r212806153.
* | Merge pull request #10892 from nextcloud/fix-drag-shadow-in-files-appJohn Molakvoæ2018-08-281-1/+4
|\ \ | | | | | | Fix drag shadow in Files app
| * | Remove limit on "max-width" for file names in drag shadowDaniel Calviño Sánchez2018-08-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The general file list sets "max-width: 0" in the file names, which causes the file names in the drag shadow to have no width for their content and thus to overlap with the file size. As that limit is needed for proper layout in the general file list it is removed only for file names in drag shadows. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Increase z-index of drag shadow for filesDaniel Calviño Sánchez2018-08-271-1/+1
| |/ | | | | | | | | | | | | | | The drag shadow is a sibling of "#content" so its z-index must be higher than the z-index of the content children (navigation bar, app content and app sidebar) to appear in front of them. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #10875 from nextcloud/bugfix/10024/theming-footer-linkJulius Härtl2018-08-282-10/+30
|\ \ | | | | | | Theming: Only link Entity in footer if a url is set
| * | Theming: Fix footer testsJulius Härtl2018-08-272-9/+25
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Theming: Only Entity in footer if a url is setJulius Härtl2018-08-271-3/+7
| |/ | | | | | | | | | | fixes #10024 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / [tx-robot] updated from transifexNextcloud bot2018-08-282-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-2736-10/+62
|
* Merge pull request #10856 from nextcloud/bugfix/noid/comments-contactsmenuJohn Molakvoæ2018-08-261-1/+0
|\ | | | | Fix contactsmenu for mentioned users in comments
| * Fix contactsmenu for mentioned users in commentsJulius Härtl2018-08-251-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-08-2610-0/+32
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-25140-138/+118
|
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-244-9/+61
|\ | | | | Header fixes and public note
| * Tests fixesJohn Molakvoæ (skjnldsv)2018-08-241-4/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-244-6/+46
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-241-3/+12
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #10820 from nextcloud/fix/noid/emptydefaultprefixMorris Jobke2018-08-243-15/+18
|\ \ | | | | | | [LDAP] The WebUI Wizard also should not assign empty config IDs
| * | [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-233-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With 689df9a843dd0505088143de039af775a3f92612 the behaviour to assign only non-empty config IDs was introduced. Only, this was only effective for CLI and OCS API. Related to #3270. The web UI creates now also a full configuration on first load. This fixes #5094. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #10834 from nextcloud/add-support-for-room-sharesRoeland Jago Douma2018-08-242-2/+13
|\ \ \ | | | | | | | | Add support for room shares
| * | | Fix testsRoeland Jago Douma2018-08-241-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add rooms in the default candidate types to look for when sharingDaniel Calviño Sánchez2018-08-241-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #10835 from nextcloud/dav-search-no-negative-mtimeMorris Jobke2018-08-241-1/+1
|\ \ \ \ | | | | | | | | | | disallow negative mtime in dav search
| * | | | disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #10803 from nextcloud/smb-dir-instead-of-allinfoMorris Jobke2018-08-242-2/+19
|\ \ \ \ \ | |_|/ / / |/| | | | prefer using dir instead of allinfo for getting smb file info
| * | | | fix missing importRobin Appelman2018-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | assume the same timezone when using local domain names for smbRobin Appelman2018-08-231-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | improved fallback of timezone detectionRobin Appelman2018-08-231-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | use dir instead of allinfo where possibleRobin Appelman2018-08-221-0/+12
| | | | |
* | | | | Merge pull request #10773 from nextcloud/collapsible-dark-fixMorris Jobke2018-08-241-3/+2
|\ \ \ \ \ | | | | | | | | | | | | Accessibility theme fixes
| * | | | | Update contrast theme to better readability on icons and files actionJohn Molakvoæ (skjnldsv)2018-08-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #10828 from ↵Morris Jobke2018-08-241-4/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/fac-108/mimetype-detection-broken-for-junked-uploads Fix mimetype detection for junked uploads
| * | | | | | Fix mimetype detection for junked uploadsJoas Schilling2018-08-241-4/+10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #10724 from nextcloud/large-share-count-performanceMorris Jobke2018-08-243-24/+49
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Improve performance when dealing with large numbers of shares
| * | | | | cache parent exists status during share setupRobin Appelman2018-08-163-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | only determine is sharing is disabled for a user onceRobin Appelman2018-08-162-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-162-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | re-use view instances for shared storagesRobin Appelman2018-08-162-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | more efficient way to detect added and removed mountsRobin Appelman2018-08-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | more efficient unique share target generationRobin Appelman2018-08-162-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke2018-08-241-1/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | retry smb stat on timeout
| * | | | | | retry stat on timeoutRobin Appelman2018-08-081-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-24142-10/+242
| | | | | | |
* | | | | | | Merge pull request #10815 from nextcloud/fix/noid/missingreturnvalMorris Jobke2018-08-231-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | returning of $tr is expected, otherwise ending up in a JS error
| * | | | | | returning of $tr is expected, otherwise ending up in a JS errorArthur Schiwon2018-08-231-0/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / | | | | [tx-robot] updated from transifexNextcloud bot2018-08-23444-690/+58
|/ / / / /