summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-07-182-0/+38
|
* Merge pull request #10274 from nextcloud/bugfix/10094/filepicker-buttons-safariMorris Jobke2018-07-171-8/+4
|\ | | | | Fix filepicker button layout on safari
| * Fix filepicker button layout on safariJulius Härtl2018-07-171-8/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #10268 from nextcloud/whatsnew-iconRoeland Jago Douma2018-07-172-3/+2
|\ \ | |/ |/| Change what's new popover icon to checkmark, fix #10047
| * Fix style of the user facing whats new popupMorris Jobke2018-07-172-3/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-07-176-2/+12
|/
* [tx-robot] updated from transifexNextcloud bot2018-07-162-6/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-07-1512-2/+54
|
* [tx-robot] updated from transifexNextcloud bot2018-07-144-0/+426
|
* Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-134-8/+75
|\ | | | | sharedWithDisplayName & sharedWithAvatar
| * display details on sharing panelMaxence Lange2018-05-211-1/+12
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
| * SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-213-7/+63
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-136-0/+295
|\ \ | | | | | | Display What's New info to users
| * | wire the frontendArthur Schiwon2018-07-053-9/+129
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Backend work to provide NC whats New info to usersArthur Schiwon2018-07-055-0/+175
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #10226 from nextcloud/enable-scss-for-guest-pagesMorris Jobke2018-07-134-365/+6
|\ \ \ | | | | | | | | Enable SCSS for guest pages
| * | | Override server SCSS rules for confirm button in guest pagesDaniel Calviño Sánchez2018-07-132-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the server defines some SCSS rules using "XXX + .icon-confirm" the selector is more specific than just "input" used in "guest.css", so the server SCSS rules took precedence over the guest CSS rules. Now a more specific selector was added to the guest and public share auth rules; as the guest and public share auth rules are loaded after the server ones now the guest rules for input elements take precedence over the server ones. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Override server SCSS rules for inputs in guest pagesDaniel Calviño Sánchez2018-07-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the server defines some SCSS rules using "input:not([type='range'])" the selector is more specific than just "input" used in "guest.css", so the server SCSS rules took precedence over the guest CSS rules. Now that selector was added to the guest rules too; as the guest rules are loaded after the server ones now the guest rules for input elements take precedence over the server ones. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Remove SCSS rules for "#body-login" elementsDaniel Calviño Sánchez2018-07-132-363/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "#body-login" is only used in the layout for guest pages. Therefore, before SCSS was enabled for guest pages, all "#body-login" rules in SCSS files were ignored. Now that SCSS is enabled for guest pages those rules break the guest pages, but given that they were ignored until now they can be safely removed. Note, however, that all of the above refers to regular SCSS rules; those defined in the Theming app are different, as they were converted to CSS and used in the guest pages even when SCSS was disabled, so they do not need to be adjusted due to SCSS being enabled now. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-07-1310-0/+26
| | | |
* | | | Fixed favorite folder view displayJohn Molakvoæ (skjnldsv)2018-07-121-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix app nav menu highlightJohn Molakvoæ (skjnldsv)2018-07-121-10/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Removed old codefnuesse2018-07-121-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de> Removed duplicate collapse-button and changed api-endpoints Signed-off-by: fnuesse <felix.nuesse@t-online.de> Removed app-navigation-caption from apps.scss Signed-off-by: fnuesse <felix.nuesse@t-online.de> Changed api-endpoints Signed-off-by: fnuesse <felix.nuesse@t-online.de> Fixed Codestyle (.js) Signed-off-by: fnuesse <felix.nuesse@t-online.de> Hid away extended Settings Signed-off-by: fnuesse <felix.nuesse@t-online.de> Fixed reverse state Signed-off-by: fnuesse <felix.nuesse@t-online.de> Fixed Missing reverse after changing sort-strategy Signed-off-by: fnuesse <felix.nuesse@t-online.de> Fixed Copyright-Header Signed-off-by: fnuesse <felix.nuesse@t-online.de> Removed UI-Flickering Signed-off-by: fnuesse <felix.nuesse@t-online.de> hid dotmenu on toggle while favorites are empty Signed-off-by: fnuesse <felix.nuesse@t-online.de> Added Draggable to listelements (WIP) Signed-off-by: fnuesse <felix.nuesse@t-online.de> Rebuild appnavigation.php with recursive function to allow easy implementation of sublists Signed-off-by: fnuesse <felix.nuesse@t-online.de> Fixed draggable Sublist-Elements Signed-off-by: fnuesse <felix.nuesse@t-online.de> Fixed draggable Sublist-Elements Signed-off-by: fnuesse <felix.nuesse@t-online.de> Added date-modified sorting option to quickaccess Signed-off-by: fnuesse <felix.nuesse@t-online.de> Added custom order sorting option to quickaccess Signed-off-by: fnuesse <felix.nuesse@t-online.de> Added custom order sorting option to quickaccess Signed-off-by: fnuesse <felix.nuesse@t-online.de> Added fallback for custom ordering Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | | Added toggleable QuickAccessfnuesse2018-07-121-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de> Deleted wrongly commited File Signed-off-by: fnuesse <felix.nuesse@t-online.de> Added quickaccess-state persistence Signed-off-by: fnuesse <felix.nuesse@t-online.de> Started implementing sorting-algorithm for proper alphabetical display Signed-off-by: fnuesse <felix.nuesse@t-online.de> Finished Sorting of Quickaccess elements Signed-off-by: fnuesse <felix.nuesse@t-online.de> Implemented persistence for reverse-list and sorting-strategy Signed-off-by: fnuesse <felix.nuesse@t-online.de> Implemented initial sorting for reverse-list and sorting-strategy Signed-off-by: fnuesse <felix.nuesse@t-online.de> Refactored Code Signed-off-by: fnuesse <felix.nuesse@t-online.de> Refactored Code Signed-off-by: fnuesse <felix.nuesse@t-online.de> Refactored Code Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | | Added FavoritesQuickaccess-Sidebarfnuesse2018-07-121-0/+36
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Fix unit tests - follow up to #10197Morris Jobke2018-07-111-32/+15
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9895 from nextcloud/fed-group-sharesMorris Jobke2018-07-114-29/+112
|\ \ \ | | | | | | | | implement federated group sharing
| * | | fix js testsBjoern Schiessle2018-07-111-24/+82
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | start to get fed group shares into the share dialogBjoern Schiessle2018-07-113-5/+30
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #10197 from nextcloud/feature/9410/improve-opcache-feedbackRoeland Jago Douma2018-07-112-2/+85
|\ \ \ \ | | | | | | | | | | Improve opcache feedback
| * | | | opcache module checkCthulhux2018-07-112-2/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the speed of isOpcacheProperlySetup() (instant return instead of continuing when we're already failed), added a check for the opcache extension itself. Potentially fixes #9410 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #10199 from ↵Morris Jobke2018-07-112-9/+58
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/improve-url-detection-in-comments Improve url detection in comments
| * | | | Improve url detection in commentsJoas Schilling2018-07-112-9/+58
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / [tx-robot] updated from transifexNextcloud bot2018-07-114-38/+52
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-07-1024-30/+70
| | |
* | | Correctly handle users with numeric user idsJoas Schilling2018-07-091-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailerJoas Schilling2018-07-061-0/+12
|\ \ \ | | | | | | | | Upgrade to swiftmailer-6
| * | | Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-0/+12
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Add locale to templatesRoeland Jago Douma2018-07-063-3/+3
| |/ / |/| | | | | | | | | | | | | | | | | | | | It was already added to the user template but we should add it to all templates. Else apps that want the locale but use special templating (hi richdocuments!) will fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9345 from nextcloud/federation20Morris Jobke2018-07-032-0/+30
|\ \ \ | |/ / |/| | Federation 2.0
| * | always enable cloud federation apiBjoern Schiessle2018-07-021-0/+2
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-0/+28
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Adds an info if the maintenance mode is already enabled/disabled.Michael Weimann2018-07-011-5/+14
|/ / | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #10048 from nextcloud/feature/9760/systemd-loggerblizzz2018-06-301-2/+3
|\ \ | | | | | | Systemd Logger
| * | Added a logger for systemd/journaldJohannes Ernst2018-06-291-2/+3
| | | | | | | | | | | | | | | | | | Added a unit test Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
* | | Fix controls backgroundJohn Molakvoæ (skjnldsv)2018-06-291-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Fix code integrity check-warning linkMarius Blüm2018-06-291-1/+1
|/ / | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | fix updating the db row due to lacking id colArthur Schiwon2018-06-291-1/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-0/+62
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Popover design fixes and settings updateJohn Molakvoæ (skjnldsv)2018-06-291-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>