aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-09-144-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2016-09-102-38/+38
|
* [tx-robot] updated from transifexNextcloud bot2016-09-092-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-09-084-14/+54
|
* Merge pull request #1288 from ↵Roeland Jago Douma2016-09-071-2/+4
|\ | | | | | | | | nextcloud/backport-1284-allow-status.php-before-install [stable10] Allow to call status.php before the instance is installed
| * Also fix "occ status"Joas Schilling2016-09-061-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-0714-16/+74
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-064-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0510-2/+62
|
* [tx-robot] updated from transifexNextcloud bot2016-09-048-8/+36
|
* [tx-robot] updated from transifexNextcloud bot2016-09-036-6/+70
|
* [tx-robot] updated from transifexNextcloud bot2016-09-028-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0164-880/+1058
|
* Check if the file isReadable() before sending a (cached) previewJoas Schilling2016-08-301-0/+2
|
* Backport of Users page lazy multiselect group dropdowns #1128 to stable10Vincent Petry2016-08-291-23/+29
| | | | | | | | | | | | | | | | Users page lazy multiselect group dropdowns Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. Extra non-available groups also in list Fix group sorting in user list group selection
* SetupController should use \OC::$configDir tooDamjan Georgievski2016-08-261-1/+1
|
* Backport of fix internal links in security & setup warnings #1050Arthur Schiwon2016-08-262-6/+7
| | | | | | fix internal links in security & setup warnings, resolves #1048 adjust js tests
* Add cachebuster to icons.cssLukas Reschke2016-08-241-71/+71
|
* When using permalinks don't error out if file id can't be foundRoeland Jago Douma2016-08-231-2/+2
| | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts
* Make e-mail icon visibleRoeland Jago Douma2016-08-223-5/+5
| | | | | | | | Fixes #996 * Make mail icon visible * Opacity to .5 * Add tooltip
* Merge pull request #973 from nextcloud/stable10-959Marius Blüm2016-08-191-0/+3
|\ | | | | [stable10] Update mimetypes
| * Update mimetypesRoeland Jago Douma2016-08-191-0/+3
| |
* | [stable9.1] In cases where the server dictates the link share expiration the ↵Thomas Müller2016-08-191-1/+4
|/ | | | date is not updated on consequitive changes and enable/disable actions
* Add cachebuster to apps.cssLukas Reschke2016-08-181-3/+3
|
* Add cachebuster to styles.cssLukas Reschke2016-08-181-8/+8
|
* Add cachebuster to right navigationLukas Reschke2016-08-181-2/+2
|
* Add cache buster to left menu barLukas Reschke2016-08-181-2/+2
|
* Add cache buster to logoLukas Reschke2016-08-181-2/+2
|
* Empty tags are not allowed for image and feColorMatrix in IE11 and belowMorris Jobke2016-08-171-4/+4
|
* Add viewBox to app iconsRoeland Jago Douma2016-08-171-1/+1
| | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale.
* [tx-robot] updated from transifexNextcloud bot2016-08-1764-344/+688
|
* Initial work on Apps page split:Arthur Schiwon2016-08-161-1/+1
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Redirect users when already logged-in on login formLukas Reschke2016-08-131-9/+25
|
* [stable9.1] Add missing array element - fixes #25714Thomas Müller2016-08-101-1/+1
|
* Open exiration date picker directly on toggleRoeland Jago Douma2016-08-101-0/+2
|
* Merge pull request #713 from nextcloud/stable10_474Björn Schießle2016-08-082-1/+70
|\ | | | | [Stable 10] Group shares with same source and target
| * Group incoming shares for resharing in JSVincent Petry2016-08-042-1/+70
| |
* | ownCloud -> NextcloudDaniel Hansson2016-08-051-3/+3
|/
* Merge pull request #731 from nextcloud/stable10-add-new-apps-as-officialLukas Reschke2016-08-041-0/+3
|\ | | | | [stable10] Add new apps as official
| * Order alphabetically and deduplicate the shipped.jsonJoas Schilling2016-08-041-7/+4
| |
| * [stable10] Add new apps as officialLukas Reschke2016-08-041-1/+7
| |
* | Merge pull request #727 from jurgenhaas/patch-2Joas Schilling2016-08-041-1/+1
|\ \ | |/ |/| Backport of #718
| * Backport of #718Jürgen Haas2016-08-041-1/+1
| | | | | | Backporting https://github.com/nextcloud/server/pull/718 to stable10
* | Merge pull request #602 from nextcloud/backport-workflow-engineJoas Schilling2016-08-041-2/+6
|\ \ | |/ |/| 🚧 [WIP] Backport workflow engine 🚧
| * Add access control and automated tagging as shippedJoas Schilling2016-08-031-0/+2
| |
| * Add workflowengineMorris Jobke2016-07-271-2/+4
| |
* | [stable10] Change app menu to white background with dark icons (#665)Julius Härtl2016-08-022-22/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change app menu to white * adjust opacity of icons in apps and user menu * Move to svg filter on app menu to support IE9+ * fix shading of apps icon in app menu * Fix wrong preserveAspectRatio at app menu icons * Apply inverted app icon style to newly installed icons
* | Merge pull request #696 from nextcloud/stable10-backport-shake-loginJan-Christoph Borchardt2016-08-022-2/+16
|\ \ | | | | | | [stable10] Shake the login fields if password is wrong
| * | Shake the login fields if password is wrongMorris Jobke2016-08-012-2/+16
| | |
* | | Rebranded to Nextcloud for the occ command line tool (#692)Morris Jobke2016-08-022-4/+4
|/ /