summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-11-03230-214/+7350
|
* Merge pull request #6652 from nextcloud/sharing-link-menuJohn Molakvoæ2017-11-026-53/+89
|\ | | | | Move sharing page options to menu in top right
| * Fix Scrutinizer issueJan-Christoph Borchardt2017-11-021-1/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Clicking publicly shared image opens direct preview urlJan-Christoph Borchardt2017-11-012-4/+6
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Directly show linkJan-Christoph Borchardt2017-11-012-9/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Use standard way of showing and hiding popover menuJan-Christoph Borchardt2017-11-012-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix scrollbar showing up on public pageJan-Christoph Borchardt2017-11-011-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Show and hide menu via Javascript, thanks @skjnldsvJan-Christoph Borchardt2017-11-013-2/+24
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Adjust prominence of shared-by info to not overpower file nameJan-Christoph Borchardt2017-11-011-1/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add label to download actionJan-Christoph Borchardt2017-11-012-1/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix display of Download entry textJan-Christoph Borchardt2017-11-013-7/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix header text hiding completely or wrapping wronglyJan-Christoph Borchardt2017-11-012-5/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Move shared page controls to menu in top rightJan-Christoph Borchardt2017-11-012-30/+43
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #6974 from nextcloud/fix-fseek-on-objectstorageRoeland Jago Douma2017-11-021-2/+22
|\ \ | | | | | | Fix seeking on object storage
| * | Fix seeking on object storageMorris Jobke2017-10-271-2/+22
| | | | | | | | | | | | | | | | | | Seeking is not needed if the $from is 0, because then the pointer is already at the correct position. Additionally another fallback is added, that if the fseek fails it just uses an fread to skip the beginning of the file until it is at the correct position. This skipping is done with a chunked fread. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6094 from nextcloud/sharedby-avatarJan-Christoph Borchardt2017-11-024-58/+68
|\ \ \ | | | | | | | | Show avatar instead of username for shared files
| * | | adjust more js unit testsArthur Schiwon2017-11-021-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | use single quotesArthur Schiwon2017-11-021-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Adjust js testsArthur Schiwon2017-11-012-36/+35
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Fix test for tooltip and local share ownerJan-Christoph Borchardt2017-11-013-6/+8
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Restore 'Shared' text field for owner, since 'recipients' is still empty.Marin Treselj2017-10-311-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Fix CSS, better handling of recipientsMarin Treselj2017-10-312-13/+14
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Fixed a11y; span instead of a divMarin Treselj2017-10-311-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Show avatar instead of username for shared filesJan-Christoph Borchardt2017-10-312-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #7044 from nextcloud/settings-section-whitespaceRoeland Jago Douma2017-11-021-1/+4
|\ \ \ \ | | | | | | | | | | Fix settings section whitespace
| * | | | Fix settings section whitespaceJan-Christoph Borchardt2017-11-021-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | Merge pull request #7041 from nextcloud/fix_6967Roeland Jago Douma2017-11-024-1/+46
|\ \ \ \ \ | |/ / / / |/| | | | Add 204 endpoint
| * | | | Update autoloaderRoeland Jago Douma2017-11-022-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add 204 endpointRoeland Jago Douma2017-11-022-1/+44
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6967 This allows clients to check for Walled Garden connections. The endpoint just responds with a 204 (which is very unlikely with such a connection) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-11-024-2/+12
| | | |
* | | | Merge pull request #7030 from nextcloud/proper_og_imageRoeland Jago Douma2017-11-011-1/+6
|\ \ \ \ | | | | | | | | | | Use the new direct endpoint for the OpenGraph image
| * | | | Use the new direct endpoint for the og:imageRoeland Jago Douma2017-10-311-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some providers had issues when using the preview link (since it was double encoded). Now we actually serve the max size preview so it looks better The image isn't cropped anymore so supporting platforms can just embed the whole image. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7039 from nextcloud/fix_7038Roeland Jago Douma2017-11-011-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Translate Grant Access
| * | | | | Translate Grant AccessRoeland Jago Douma2017-11-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7038 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #6982 from nextcloud/autocomplete-guiblizzz2017-11-0145-114/+1721
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Comments AutoCompletion
| * | | | | update autoloaderArthur Schiwon2017-11-012-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-01812-2167/+20697
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #6667 from nextcloud/settings-headingJan-Christoph Borchardt2017-11-011-1/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Adjust settings navigation headings to style used in Mail & Calendar
| * | | | | Adjust settings navigation heading styleJan-Christoph Borchardt2017-09-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-01167-10/+11582
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move server apps to dedicated autoloader
| * | | | | | Update phan configRoeland Jago Douma2017-10-241-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | User_LDAP AutoloaderRoeland Jago Douma2017-10-249-0/+701
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | UpdateNotification AutoloaderRoeland Jago Douma2017-10-249-0/+613
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | TwoFactorBackupCodes AutoloaderRoeland Jago Douma2017-10-249-0/+625
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Testing AutoloaderRoeland Jago Douma2017-10-249-0/+613
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | SystemTags AutoloaderRoeland Jago Douma2017-10-249-0/+611
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | ShareByMail AutoloaderRoeland Jago Douma2017-10-249-0/+615
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Provisioning_API AutoloaderRoeland Jago Douma2017-10-249-0/+615
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | OAuth2 autoloaderRoeland Jago Douma2017-10-249-0/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | LookupServerConnector AutoloaderRoeland Jago Douma2017-10-249-0/+605
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>