summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Initial work on Apps page split:Arthur Schiwon2016-08-091-1/+1
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Merge pull request #660 from gdamjan/custom-config-dirMorris Jobke2016-08-091-1/+1
|\ | | | | introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)
| * SetupController should use \OC::$configDir tooDamjan Georgievski2016-08-021-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2016-08-0968-196/+6
| |
* | Merge pull request #728 from nextcloud/update-stylingLukas Reschke2016-08-085-17/+25
|\ \ | | | | | | Design fixes for updates
| * | reduce info on update screens, introduce button to refreshJan-Christoph Borchardt2016-08-045-14/+17
| | |
| * | switch nested containers in update to semibold styleJan-Christoph Borchardt2016-08-032-3/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-08-072-8/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-08-066-16/+40
| | |
* | | Merge pull request #732 from nextcloud/fix-shipped.jsonRoeland Jago Douma2016-08-051-6/+4
|\ \ \ | | | | | | | | Order alphabetically and deduplicate the shipped.json
| * | | Order alphabetically and deduplicate the shipped.jsonJoas Schilling2016-08-041-6/+4
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2016-08-052-0/+10
|/ / /
* | | [master] Add new apps as officialLukas Reschke2016-08-041-1/+6
| | |
* | | Merge pull request #718 from jurgenhaas/patch-1Joas Schilling2016-08-041-1/+1
|\ \ \ | | | | | | | | Exit from upgrade without reporting error
| * | | Exit from upgrade without reporting errorJürgen Haas2016-08-031-1/+1
| |/ / | | | | | | As reported at https://help.nextcloud.com/t/silent-mode-for-occ-upgrade/2120 we should exit with a return value of 0 (zero) if the current instance is already up to date so that automatic deployment tools don't recognize that as an error.
* | | [tx-robot] updated from transifexNextcloud bot2016-08-042-12/+12
| | |
* | | Add access control and automated tagging as shippedJoas Schilling2016-08-031-0/+2
|/ /
* | Group incoming shares for resharing in JSVincent Petry2016-08-032-1/+70
| |
* | Shake the login fields if password is wrongMorris Jobke2016-08-012-2/+16
| |
* | Merge pull request #653 from nextcloud/animate-sidebarMorris Jobke2016-08-012-5/+12
|\ \ | | | | | | slight animation for the sidebar for better feedback what happens
| * | Fix javascript tests for sidebar animationJulius Haertl2016-07-301-0/+4
| | |
| * | Add animation to app-contentJulius Haertl2016-07-301-2/+2
| | |
| * | slight animation for the sidebar for better feedback what happensJan-Christoph Borchardt2016-07-291-3/+6
| |/
* | Merge pull request #672 from sndrr/occ-rebrand-to-nextcloudMorris Jobke2016-08-012-4/+4
|\ \ | | | | | | Occ rebrand to nextcloud
| * | Revert (c) back to ownCloud, Inc.Sander Ruitenbeek2016-07-301-1/+1
| | | | | | | | | | | | To be dealt with later
| * | Update Upgrade.phpsanderr2016-07-301-1/+1
| | |
| * | Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek2016-07-302-5/+5
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-08-016-4/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-08-012-0/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-312-0/+44
|/ /
* | Merge pull request #664 from nextcloud/white-app-menu-fixMarius Blüm2016-07-301-2/+2
|\ \ | | | | | | Fix wrong preserveAspectRatio at app menu icons
| * | Fix wrong preserveAspectRatio at app menu iconsJulius Haertl2016-07-291-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-304-6/+96
|/ /
* | Merge pull request #627 from nextcloud/white-app-menuBjörn Schießle2016-07-292-22/+37
|\ \ | |/ |/| Change app menu to white background with dark icons
| * fix shading of apps icon in app menuJan-Christoph Borchardt2016-07-291-3/+12
| |
| * Move to svg filter on app menu to support IE9+Julius Haertl2016-07-282-11/+12
| |
| * adjust opacity of icons in apps and user menuJan-Christoph Borchardt2016-07-281-8/+8
| |
| * Change app menu to whiteJulius Haertl2016-07-281-9/+14
| |
* | Merge pull request #630 from nextcloud/enoch85-patch-1Roeland Jago Douma2016-07-291-1/+1
|\ \ | | | | | | ownCloud -> Nextcloud
| * | ownCloud -> NextcloudDaniel Hansson2016-07-281-1/+1
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-294-2/+66
| | |
* | | ownCloud -> NextcloudDaniel Hansson2016-07-281-3/+3
|/ /
* | Merge pull request #415 from nextcloud/theming-colorize-checkboxesJan-Christoph Borchardt2016-07-283-7/+3
|\ \ | | | | | | Colorize checkboxes depending on theming color
| * | Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-271-2/+0
| | |
| * | Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-272-1/+2
| | |
| * | Colorize checkboxes depending on theming colorJulius Haertl2016-07-271-4/+1
| |/
* / [tx-robot] updated from transifexNextcloud bot2016-07-282-8/+8
|/
* Merge pull request #571 from nextcloud/no-missing-previewMorris Jobke2016-07-272-3/+21
|\ | | | | Don't try to load previews when we know there is none
| * dont load filelist previews if we know we dont have oneRobin Appelman2016-07-272-3/+21
| |
* | Redirect to default page after loginBjoern Schiessle2016-07-271-1/+1
|/