summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Bump @babel/core from 7.1.2 to 7.1.6 in /apps/accessibilitydependabot[bot]2018-11-222-26/+173
| | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.1.2 to 7.1.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.1.2...v7.1.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Merge pull request #10825 from greenido/fixing-issue-9931Morris Jobke2018-11-221-1/+50
|\ | | | | Copy a file to the same directory
| * JSUnit tests are not compatible with let/const yetMorris Jobke2018-11-191-10/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Translate name for "(copy)"Morris Jobke2018-11-191-11/+12
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Per the last comment on having only (copy) for the first oneIdo Green2018-11-191-5/+19
| | | | | | | | Signed-off-by: Ido Green <greenido@gmail.com>
| * Use the new naming per the comments on #9931Ido Green2018-11-191-5/+5
| | | | | | | | | | | | More details here: https://github.com/nextcloud/server/issues/9931#issuecomment-402318120 Signed-off-by: Ido Green <greenido@gmail.com>
| * fixing issue 9931 - copy a file to the same directoryIdo Green2018-11-191-1/+35
| | | | | | | | | | Signed-off-by: Ido Green <greenido@gmail.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Do not switch to root folder if filelist is already shownJulius Härtl2018-11-222-3/+13
| | | | | | | | | | | | | | Navigating to the root folder is already handled by OCA.Files.Navigation.setActiveItem in case the view doesn't change. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #12558 from nextcloud/blurry-buttonMorris Jobke2018-11-221-4/+3
|\ \ | | | | | | Apply border to primary button if on log in page (and not in a dark container) or if in header
| * | Always give primary button a border for light primary colorsJan-Christoph Borchardt2018-11-211-4/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #12577 from ↵Morris Jobke2018-11-222-11/+25
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-rendering-of-the-sidebar-in-files-app Fix rendering of the sidebar in Files app
| * | | Fix rendering of the sidebar in Files appDaniel Calviño Sánchez2018-11-222-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a view is rendered it should not be concerned with where it is going to be placed in the document; in general this should be a responsibility of the object using the view. Moreover, when the details view is rendered it should simply prepare a skeleton that includes the root elements provided by the plugins; those elements will be updated by the plugins as needed when a file or a tab is selected. Finally, the details view should not be explicitly rendered. The rendering removes the previous elements, but that is needed only when the details view is in a dirty state, that is, when new plugins were added since the last time that it was rendered. However, that dirty state is internally handled, and the view is automatically rendered again if needed when a file info is set. Due to all that the details view is no longer explicitly rendered when updating it with a different file. Also, as each file list has its own details view, and each details view has its own element, but there can be only one details view/sidebar element in the document, when the file list updates the details view it also replaces the current one in the document with its own details view if needed (that is, if it is not the current one already). Besides that, when the element of a details view is replaced with the element of a different details view the old one should be detached from the document, but never removed. Otherwise the event handlers would not work when that element is attached again later (when changing to a different section in the Files app and then going back to the previous one). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #12468 from nextcloud/multiselect-removal-fixJohn Molakvoæ2018-11-222-2/+0
|\ \ \ \ | | | | | | | | | | Remove conflicting multiselect
| * | | | Remove conflicting multiselectJohn Molakvoæ (skjnldsv)2018-11-152-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-11-224-0/+8
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-2112-0/+34
| | | |
* | | | Fix whitespace and file action cleanupJulius Härtl2018-11-202-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Clear link to avoid downloadsRoeland Jago Douma2018-11-201-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Allow to hide download option for folders shared by linkJulius Härtl2018-11-202-9/+41
| |/ / |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #12544 from nextcloud/fix/better_update_share_handlingRoeland Jago Douma2018-11-201-0/+4
|\ \ \ | | | | | | | | Handle permission in update of share better
| * | | Handle permission in update of share betterRoeland Jago Douma2018-11-201-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #12491 from nextcloud/share-menu-click-fixJohn Molakvoæ2018-11-201-5/+17
|\ \ \ \ | | | | | | | | | | Fix share link password input
| * | | | Fix share link password inputJohn Molakvoæ (skjnldsv)2018-11-201-5/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #12500 from nextcloud/swift-object-not-foundMorris Jobke2018-11-201-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | forward object not found error in swift as dav 404
| * | | | forward object not found error in switch as dav 404Robin Appelman2018-11-191-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-11-20104-204/+210
| | | | |
* | | | | Merge pull request #12525 from nextcloud/contrast-fix-updatenotificationsMorris Jobke2018-11-1911-155/+441
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix updatenotifications display, dependencies and csp
| * | | | Fix updatenotifications display, dependencies and cspJohn Molakvoæ (skjnldsv)2018-11-1911-155/+441
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #12515 from nextcloud/papercut/12295/grid-view-lazy-loadingMorris Jobke2018-11-191-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Make number of file list entries depending on the width for grid view
| * | | | | Make number of file list entries depending on the width for grid viewJulius Härtl2018-11-181-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #12496 from nextcloud/revert-icon-theming-fixMorris Jobke2018-11-191-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix revert icon position on theming settings
| * | | | | Fix revert icon position on theming settingsJohn Molakvoæ (skjnldsv)2018-11-161-2/+4
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-11-194-0/+8
| | | | |
* | | | | Fix loading of files external templates fileJulius Härtl2018-11-181-1/+1
| |/ / / |/| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-1822-2/+58
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-17210-896/+906
| | | |
* | | | Merge pull request #12474 from nextcloud/default-to-files-listMorris Jobke2018-11-169-13/+13
|\ \ \ \ | |/ / / |/| | | Rollback to default list view
| * | | Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-159-13/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-1630-2/+82
|/ / /
* | | Merge pull request #12472 from nextcloud/dav-versions-userRobin Appelman2018-11-151-0/+1
|\ \ \ | | | | | | | | actually return the user when creating version dav nodes
| * | | actually return the user when creating version dav nodesRobin Appelman2018-11-151-0/+1
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #12467 from nextcloud/bugfix/11901/show-thumbnail-on-renameMorris Jobke2018-11-153-5/+21
|\ \ \ | |/ / |/| | Show thumbnail on rename
| * | Enhance jsunit testsMorris Jobke2018-11-151-1/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Show thumbnail on renameMorris Jobke2018-11-152-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | * does not hide thumbnail when rename is shown * fixes layout for grid and list view * fixes #11901 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #12458 from nextcloud/bugfix/dav_shares_hickupMorris Jobke2018-11-154-32/+36
|\ \ \ | | | | | | | | fixes dav share issue with owner
| * | | fix caldav testsGeorg Ehrke2018-11-152-18/+18
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | fixes dav share issue with ownerGeorg Ehrke2018-11-142-14/+18
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #12292 from nextcloud/fix/2947/lapse-sizelimit-errorMorris Jobke2018-11-152-1/+57
|\ \ \ \ | | | | | | | | | | avoid logging of "Partial search results returned: Sizelimit exceeded…"
| * | | | avoid logging of "Partial search results returned: Sizelimit exceeded at"Arthur Schiwon2018-11-072-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP servers respond with that even if a limit was passed with the request. Having this statement logged causes a lot of confusion. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-1523-20/+81
|\ \ \ \ \ | | | | | | | | | | | | Shorten index name of calendar changes table