summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests after #18745Roeland Jago Douma2020-01-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Change avatar placeholder from single letter to 2 lettersSergey Shliakhov2020-01-271-9/+11
| | | | | https://github.com/nextcloud/server/issues/18717 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>
* Merge pull request #19105 from nextcloud/enh/noid/hub-bundleRoeland Jago Douma2020-01-274-0/+46
|\ | | | | add hub bundle for easy installation on upgraded instances
| * add hub bundle for easy post-installationArthur Schiwon2020-01-264-0/+46
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-01-272-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-252-0/+2
|
* Merge pull request #19100 from nextcloud/refactor/leafo-to-scssphpRoeland Jago Douma2020-01-241-6/+5
|\ | | | | Migrate leafo/scssphp to scssphp/scssphp
| * Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-231-6/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-01-242-0/+12
|/
* Merge pull request #19023 from nextcloud/enh+fix/17131/hasher-configblizzz2020-01-231-0/+14
|\ | | | | expose Argon2 options (as we did for bcrypt)
| * ignore values that undershoot the minimum, go with defaultArthur Schiwon2020-01-221-5/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * use getSystemValueIntblizzz2020-01-211-3/+3
| | | | | | | | | | | | Co-Authored-By: kesselb <mail@danielkesselberg.de> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * expose Argon2 options (as we did for bcrypt)Arthur Schiwon2020-01-201-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-01-222-4/+10
| |
* | Fix loaded controller checkJoas Schilling2020-01-211-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19017 from ↵Roeland Jago Douma2020-01-201-1/+1
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/increase-timeout-for-downloads Increase the timeout for app downloads
| * Increase the timeout for app downloadsJoas Schilling2020-01-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #18924 from nextcloud/fix/18848/array-indexRoeland Jago Douma2020-01-201-7/+7
|\ \ | |/ |/| Make getServerHost more robust to faulty user input
| * Make getServerHost more robust to faulty user inputDaniel Kesselberg2020-01-161-7/+7
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2020-01-194-10/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2020-01-186-20/+20
| |
* | [tx-robot] updated from transifexNextcloud bot2020-01-172-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-164-0/+14
|
* Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previewsRoeland Jago Douma2020-01-151-1/+1
|\ | | | | Proper text previews
| * Proper text previewsRoeland Jago Douma2020-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fixes #17828 * Modified the preview provider to provider smaller fonts for the previes (so it is not so screaming) * Modified the sidebar to show plain text and markdown files full size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-01-152-0/+10
| |
* | use `nodeExists` instead of catching exceptionsRobin Appelman2020-01-141-3/+2
|/ | | | | | makes the intent of the code more clear imo Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #18862 from ↵Roeland Jago Douma2020-01-141-3/+5
|\ | | | | | | | | nextcloud/bugfix/talk-2663/register-with-potentially-updated-namespace Register with potentially updated namespace
| * Allow to force register the namespaceJoas Schilling2020-01-131-3/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Register the namespace after reading the new fileJoas Schilling2020-01-131-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #18805 from nextcloud/bugfix/direct-edit-createRoeland Jago Douma2020-01-141-7/+13
|\ \ | | | | | | Check if file already exists during file creation
| * | CHeck if file already exists during file creationJulius Härtl2020-01-131-7/+13
| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-142-0/+4
| | |
* | | Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma2020-01-1311-11/+23
|\ \ \ | |_|/ |/| | Fix license headers
| * | Fix license headersChristoph Wurst2020-01-1311-11/+23
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18786 from ↵Roeland Jago Douma2020-01-123-1/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix_fileName_apiEndPointName_issue AppFetcher: Distinguish between fileName and endpointName
| * | AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-093-1/+5
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / [tx-robot] updated from transifexNextcloud bot2020-01-112-0/+4
|/
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-085-0/+68
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17861 from ↵Roeland Jago Douma2020-01-071-8/+9
|\ | | | | | | | | nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
| * Split the menu entry for external shares in twoDaniel Calviño Sánchez2019-12-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The external shares entry showed a "button" that, when pressed, replaced the button with the input to set the remote share address. The "button" was actually a label for the input, so when the label was focused it transferred the focus to the input and thus pressing enter or space did not show the input. Moreover, inputs inside links are not valid HTML, and once shown there was no way to hide the input again. Due to all this, and for consistency with the direct link input, the external share input was moved to a different menu item that is shown and hidden when the button, which nows is also a real button, is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Format HTML elementsDaniel Calviño Sánchez2019-12-301-8/+8
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #18535 from nextcloud/enh/flow/newDispatcherblizzz2020-01-076-6/+177
|\ \ | | | | | | Use the new Events in Flow
| * | Use the new Events in FlowRoeland Jago Douma2020-01-026-6/+177
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-072-2/+12
| | |
* | | Accept shares when you open mailRoeland Jago Douma2020-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-064-14/+14
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-01-056-0/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-01-042-4/+4
|/ /
* | Merge pull request #18583 from ↵Roeland Jago Douma2020-01-021-1/+1
|\ \ | | | | | | | | | | | | nextcloud/enh/18579/chrome-regex-brave-vivaldi-opera Modify regex to match some other chromium browsers