summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Added FavoritesQuickaccess-Sidebarfnuesse2018-07-125-19/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added FavoritesQuickaccess-Sidebar Added Files-FavoritesQuickaccess-Toggle Fixed CSS for SpacerElement Removed Unnessessary Alerts and added Translations Tried fixing initial Quick-Access Checkboxstate Signed-off-by: fnuesse <fnuesse@techfak.uni-bielefeld.de> Tried fixing initial Quick-Access Checkboxstate Changed double-Quotes to single-Quotes Revert webdavurl which was changed by mistake Revert quota-icon which was changed by mistake Changed the Folderhandling from custom-designed to nextcloud-NavigationManager-handling Signed-off-by: fnuesse <fnuesse@techfak.uni-bielefeld.de> Moved CSS-Spacerclass to apps.scss for global usage Signed-off-by: fnuesse <felix.nuesse@t-online.de> Renamed settings-caption in apps.scss to app-navigation-caption Signed-off-by: fnuesse <felix.nuesse@t-online.de> Removed old input-tag for showQuickAccess-state Signed-off-by: fnuesse <felix.nuesse@t-online.de> Removed old spacer element in files.scss Signed-off-by: fnuesse <felix.nuesse@t-online.de> Changed style of favorites-sublist and disabled the ability to disable files-quickaccess Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* Also shorten the name of the invitation tokensJoas Schilling2018-07-127-14/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Shorten resource table names to allow install on oracle againJoas Schilling2018-07-126-23/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-1214-0/+40
|
* Merge pull request #9895 from nextcloud/fed-group-sharesMorris Jobke2018-07-1120-196/+591
|\ | | | | implement federated group sharing
| * fix unit testsBjoern Schiessle2018-07-112-1/+4
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * update unit testsBjoern Schiessle2018-07-117-40/+120
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-0/+10
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * handle unshare request from ownerBjoern Schiessle2018-07-111-18/+25
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * unshare from selfBjoern Schiessle2018-07-111-10/+15
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * accept/decline group sharesBjoern Schiessle2018-07-114-15/+98
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * fix notification when a group share is receivedBjoern Schiessle2018-07-111-9/+15
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * implement federated group sharesBjoern Schiessle2018-07-1110-111/+251
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add setting to enable/disable federated group sharingBjoern Schiessle2018-07-113-2/+63
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #9942 from ↵Roeland Jago Douma2018-07-1117-10/+1345
|\ \ | | | | | | | | | | | | nextcloud/feature/2338/invitation_response_in_email Include accept / decline links in CalDAV invitation emails
| * | Bump version of app else migrations don't runRoeland Jago Douma2018-06-291-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-2917-9/+1344
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #10025 from nextcloud/smb-rename-invalidargument-retryMorris Jobke2018-07-111-3/+17
|\ \ \ | | | | | | | | also retry rename operation on InvalidArgumentException
| * | | also retry rename operation on InvalidArgumentExceptionRobin Appelman2018-06-271-3/+17
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #10098 from nextcloud/feature/noid/ldap-image-attributeMorris Jobke2018-07-119-50/+221
|\ \ \ \ | | | | | | | | | | allow admin to disable fetching of avatars as well as a specific attribute
| * | | | adjust and add more unit testsArthur Schiwon2018-07-054-18/+96
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-057-33/+126
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #10177 from ↵Morris Jobke2018-07-111-33/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/theming-load-with-custom-theme Load theming app css as well if legacy theme is enabled
| * | | | | Load theming app css as well if legacy theme is enabledJulius Härtl2018-07-101-33/+27
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / | | | [tx-robot] updated from transifexNextcloud bot2018-07-1132-44/+152
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2018-07-10328-1440/+1686
| | | |
* | | | always log exceptions on dav writeRobin Appelman2018-07-091-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Bump webpack from 4.14.0 to 4.15.1 in /apps/updatenotificationdependabot[bot]2018-07-092-127/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.14.0 to 4.15.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.14.0...v4.15.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #10152 from ↵Roeland Jago Douma2018-07-092-119/+116
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.15.1 Bump webpack from 4.14.0 to 4.15.1 in /apps/accessibility
| * | | | Bump webpack from 4.14.0 to 4.15.1 in /apps/accessibilitydependabot[bot]2018-07-092-119/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.14.0 to 4.15.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.14.0...v4.15.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #10151 from ↵Roeland Jago Douma2018-07-092-2481/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/css-loader-1.0.0 Bump css-loader from 0.28.11 to 1.0.0 in /apps/updatenotification
| * | | | | Bump css-loader from 0.28.11 to 1.0.0 in /apps/updatenotificationdependabot[bot]2018-07-092-2481/+40
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 0.28.11 to 1.0.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / / / Bump babel-loader from 7.1.4 to 7.1.5 in /apps/accessibilitydependabot[bot]2018-07-092-4/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [babel-loader](https://github.com/babel/babel-loader) from 7.1.4 to 7.1.5. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v7.1.4...v7.1.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #10144 from ↵Roeland Jago Douma2018-07-092-959/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/css-loader-1.0.0 Bump css-loader from 0.28.11 to 1.0.0 in /apps/oauth2
| * | | | Bump css-loader from 0.28.11 to 1.0.0 in /apps/oauth2dependabot[bot]2018-07-092-959/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 0.28.11 to 1.0.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #10145 from ↵Roeland Jago Douma2018-07-092-119/+116
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.15.1 Bump webpack from 4.14.0 to 4.15.1 in /apps/oauth2
| * | | | Bump webpack from 4.14.0 to 4.15.1 in /apps/oauth2dependabot[bot]2018-07-082-119/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.14.0 to 4.15.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.14.0...v4.15.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Bump css-loader from 0.28.11 to 1.0.0 in /apps/accessibilitydependabot[bot]2018-07-082-993/+32
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 0.28.11 to 1.0.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Fixed jsunitJohn Molakvoæ (skjnldsv)2018-07-051-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix exceptionRoeland Jago Douma2018-07-051-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Fix testsRoeland Jago Douma2018-07-051-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Always show menuJohn Molakvoæ (skjnldsv)2018-07-051-13/+11
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Disable sidebar on deleted shareJohn Molakvoæ (skjnldsv)2018-07-054-9/+23
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Js magic for deleted sharesJohn Molakvoæ (skjnldsv)2018-07-057-19/+175
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-11/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Add API to undelete delete group sharesRoeland Jago Douma2018-07-056-0/+144
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #10083 from nextcloud/fix/noid/ldap-unsupported-avatar-formatblizzz2018-07-044-1039/+674
|\ \ \ | | | | | | | | LDAP user should be able to set avatar if directory provides incompatible image
| * | | let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon2018-07-034-13/+152
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Iron User_LDAP testsArthur Schiwon2018-07-032-1029/+525
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #10101 from nextcloud/papercut/10094/oauth_tableMorris Jobke2018-07-044-7/+12
|\ \ \ \ | | | | | | | | | | Do not show OAuth2 table if it is empty