summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* visually reflect sharing state of current folderChristoph Wurst2016-11-071-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix the push stateJoas Schilling2016-11-071-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-11-078-32/+94
|
* [tx-robot] updated from transifexNextcloud bot2016-11-064-0/+44
|
* Merge pull request #2018 from nextcloud/firefox-svg-workaroundMorris Jobke2016-11-051-0/+11
|\ | | | | Workaround for disappearing app icons for Firefox before version 51
| * Workaround for disappearing app icons for Firefox before version 51Julius Haertl2016-11-041-0/+11
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2016-11-056-0/+50
|/
* [tx-robot] updated from transifexNextcloud bot2016-11-0462-186/+230
|
* Merge pull request #1109 from nextcloud/add-more-secrets-to-password-reset-linkMorris Jobke2016-11-032-5/+32
|\ | | | | Use mail for encrypting the password reset token as well
| * [WIP] Use mail for encrypting the password reset token as wellLukas Reschke2016-11-032-5/+32
| |
* | Add cache 1 day cache to preview endpointRoeland Jago Douma2016-11-031-2/+20
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | More testsRoeland Jago Douma2016-11-031-7/+4
| | | | | | | | | | | | | | | | | | * PreviewController test * PublicPreview test * Versions Preview test * Trash Preview test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-031-27/+21
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move fileRoeland Jago Douma2016-11-031-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move preview endpoint to controllerRoeland Jago Douma2016-11-034-121/+125
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move to AppDataRoeland Jago Douma2016-11-032-4/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | New preview generatorRoeland Jago Douma2016-11-033-10/+56
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1954 from nextcloud/issue_#1953Christoph Wurst2016-11-031-3/+3
|\ | | | | #1953 add can to subshare options
| * Fixes https://github.com/nextcloud/server/issues/1953Andreas Hechenberger2016-11-031-3/+3
| | | | | | | | Signed-off-by: Andreas Hechenberger <world@greenstation.de>
* | [tx-robot] updated from transifexNextcloud bot2016-11-0362-632/+606
| |
* | Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-0210-423/+4
|\ \ | | | | | | Remove send mail option
| * | Remove from core.jsonRoeland Jago Douma2016-11-021-1/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+0
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-029-421/+4
| | | | | | | | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-021-3/+8
|\ \ \ | | | | | | | | fix remember me login
| * | | bring back remember-meChristoph Wurst2016-11-021-3/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-021-2/+3
|\ \ \ | |/ / |/| | Use new appstore API
| * | Fix testsLukas Reschke2016-10-311-2/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #657 from nextcloud/share-by-mailJoas Schilling2016-11-024-24/+70
|\ \ \ | | | | | | | | New share provider: Share by mail
| * | | always show correct place holder, mention share by mail only if the share ↵Bjoern Schiessle2016-11-012-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | enabled by default and add to shipped.jsonBjoern Schiessle2016-11-011-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-011-4/+11
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | unified way to display remote shares and mail sharesBjoern Schiessle2016-11-012-8/+13
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-011-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | add share by mail share providerBjoern Schiessle2016-11-011-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | introduce share by mail, ui partBjoern Schiessle2016-11-011-6/+20
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #1964 from ↵Roeland Jago Douma2016-11-021-2/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/color-the-trusted-domain-to-alert-the-admin Color the trusted domain to alert the admin a bit more
| * | | | Color the trusted domain to alert the admin a bit moreJoas Schilling2016-10-311-2/+21
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1951 from nextcloud/settingsmaxheightRoeland Jago Douma2016-11-021-0/+3
|\ \ \ \ | | | | | | | | | | restricted the height of the settings area in core/css/apps.css
| * | | | restricted the height of the settings area in core/css/apps.css to max 80%pgys2016-10-291-0/+3
| | |_|/ | |/| | | | | | | | | | Signed-off-by: pgys <info@pexlab.space>
* | | | [tx-robot] updated from transifexNextcloud bot2016-11-024-2/+40
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2016-11-0162-2796/+2826
| |/ |/|
* | Remove config.php for oc.jsRoeland Jago Douma2016-10-311-207/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-312-0/+10
| |
* | Merge pull request #1955 from nextcloud/issue_#1776Marius Blüm2016-10-302-4/+7
|\ \ | | | | | | Issue-1776: Add unshare function to 3-dot menu.
| * | Issue-1776: Add unshare function to 3-dot menu.Julia Bode2016-10-292-4/+7
| | | | | | | | | | | | Signed-off-by: Julia Bode <julia.bode@lulisaur.us>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-302-2/+12
| |/ |/|
* | Merge pull request #1948 from nextcloud/move_away_lagacy_oc_l10nLukas Reschke2016-10-294-4/+4
|\ \ | |/ |/| Move away from legacy OC_L10N
| * Move away from OC_L10NRoeland Jago Douma2016-10-284-4/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-292-0/+36
|/