aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-08-0238-32/+104
|
* Merge pull request #16624 from nextcloud/bugfix/noid/versions-fetch-owner-onlyRoeland Jago Douma2019-08-011-1/+1
|\ | | | | Make sure we only fetch the file by id for the actual owner
| * Make sure we only fetch the file by id for the actual ownerJulius Härtl2019-08-011-1/+1
| | | | | | | | | | | | | | Otherwise this will fetch all mounts for the file id which is quite expensive and causes long saving times in big sharing structures Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | log circles and remote shares in admin_auditSascha Wiswedel2019-08-011-2/+77
| | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2019-08-0122-16/+36
| |
* | Validate urls in theming settings and properly handle error messagesJulius Härtl2019-07-313-43/+49
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-07-318-2/+48
|
* Merge pull request #16599 from nextcloud/fix/xss/on-favorite-fileRoeland Jago Douma2019-07-302-2/+2
|\ | | | | Fix/xss/on favorite file
| * prevent potential XSS via unchecked use innerHTMLMax Fichtelmann2019-07-291-1/+1
| | | | | | | | Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de>
| * fix XSS when adding a file with a malicious name to favoritesMax Fichtelmann2019-07-291-1/+1
| | | | | | | | Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de>
* | Merge pull request #16593 from nextcloud/fix/noid/more-precise-error-messageRoeland Jago Douma2019-07-301-3/+2
|\ \ | | | | | | More precise error message when expected filesize does not match
| * | More precise error message when expected filesize does not match - could be ↵Morris Jobke2019-07-291-3/+2
| |/ | | | | | | | | | | on reading or writing side Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #16596 from nextcloud/bugfix/noid/vtooltip-defaultsRoeland Jago Douma2019-07-3010-65/+42
|\ \ | | | | | | Set proper defaults for v-tooltip usages
| * | Bump bundlesJulius Härtl2019-07-298-62/+37
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Force defaultHtml setting of v-tooltip to be disabledJulius Härtl2019-07-292-3/+5
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / [tx-robot] updated from transifexNextcloud bot2019-07-306-2/+14
|/
* [tx-robot] updated from transifexNextcloud bot2019-07-292-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-2844-50/+14
|
* Merge pull request #16560 from nextcloud/bugfix/noid/fix_cutype_reportingRoeland Jago Douma2019-07-271-11/+16
|\ | | | | fix calendar-user-type reporting
| * fix CUType reportingGeorg Ehrke2019-07-261-11/+16
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2019-07-272-6/+12
| |
* | Merge pull request #16556 from ↵Morris Jobke2019-07-261-0/+25
|\ \ | | | | | | | | | | | | nextcloud/feature/16554_adminAuditShareByMail/wiswedel log email shares in admin_audit log
| * | log email shares in admin_audit logSascha Wiswedel2019-07-261-0/+25
| | | | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | | Merge pull request #16557 from nextcloud/enh/do_not_log_locked_filesMorris Jobke2019-07-261-1/+8
|\ \ \ | | | | | | | | Do not log locked files
| * | | Do not log locked filesRoeland Jago Douma2019-07-261-1/+8
| |/ / | | | | | | | | | | | | | | | | | | This is the code doing its job. There is no need to spam the log file with this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Remove deprecated searchByTagRoeland Jago Douma2019-07-261-90/+0
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-07-266-36/+38
| |
* | Merge pull request #16532 from nextcloud/bugfix/14776/maxcontrast-fixMorris Jobke2019-07-251-3/+6
|\ \ | | | | | | Fix max contrast retrieval to limit minimum color for relative time
| * | Trigger fallback code to get max contrast value and use integer thereMorris Jobke2019-07-251-2/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Fix max contrast retrieval to limit minimum color for relative timeMorris Jobke2019-07-241-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #16503 from ↵Roeland Jago Douma2019-07-251-0/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/5504/create_new_birthday_calendars_with_VEVENT_only allow to provide supported calendar component set internally as a string
| * | | allow to provide supported calendar component set internally as a stringGeorg Ehrke2019-07-221-0/+5
| |/ / | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-258-8/+14
| | |
* | | Merge pull request #15637 from nextcloud/bugfix/15567/ignore-hidden-shareblizzz2019-07-242-4/+51
|\ \ \ | | | | | | | | Allow hidden smb shares
| * | | Fix wrong indentationDaniel Kesselberg2019-07-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Fix invalid recursionDaniel Kesselberg2019-07-212-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Allow hidden smb sharesDaniel Kesselberg2019-07-162-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A hidden smb share ends with $. This patch changes the placeholder detection to allow shares with $ at the end. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #16493 from nextcloud/enh/remove-curly-bracesRoeland Jago Douma2019-07-241-1/+1
|\ \ \ \ | | | | | | | | | | The array and string offset access syntax using curly braces is depre…
| * | | | The array and string offset access syntax using curly braces is deprecated.Daniel Kesselberg2019-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-07-244-0/+6
| | | | |
* | | | | Merge pull request #16505 from nextcloud/enh/nitpicks-14954Roeland Jago Douma2019-07-231-3/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Dont assign $options to $options and cleanup doc
| * | | | Dont assign $options to $options and cleanup docDaniel Kesselberg2019-07-221-3/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / | | [tx-robot] updated from transifexNextcloud bot2019-07-232-2/+2
|/ / /
* | | Fix 1px jump when selecting multi table entries (#16475)John Molakvoæ2019-07-221-1/+0
|\ \ \ | | | | | | | | Fix 1px jump when selecting multi table entries
| * | | Fix 1px jump when selecting multi table entriesMichael Weimann2019-07-201-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-2220-52/+72
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2019-07-2140-108/+176
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-07-208-8/+10
| |
* | Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-193-15/+52
|\ \ | | | | | | Allow to search for real pattern in contacts
| * | Allow to search for real pattern in contactsArne Hamann2019-05-283-15/+52
| | | | | | | | | | | | | | | | | | Added an option escape_like_param to allow wildcards Signed-off-by: Arne Hamann <kontakt+github@arne.email>