summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Replace unecessary unescaped prints with printLukas Reschke2017-04-051-1/+1
| | | | | | There's no need to have those unescaped from what I can see. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* add fullscreen iconJan-Christoph Borchardt2016-10-203-0/+15
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Set proper web title for appleRoeland Jago Douma2016-10-111-1/+1
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Also fix "occ status"Joas Schilling2016-09-061-2/+4
|
* Merge pull request #1175 from nextcloud/backport-1128-stable9Roeland Jago Douma2016-08-301-23/+29
|\ | | | | [stable9] Users page lazy multiselect group dropdowns
| * Backport of Users page lazy multiselect group dropdowns #1128 to stable9Vincent 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
* | In cases where the server dictates the link share expiration the date is not ↵Thomas Müller2016-08-291-1/+4
|/ | | | updated on consequitive changes and enable/disable actions
* ownCloud -> NextcloudDaniel Hansson2016-08-051-2/+2
|
* Added white download iconsskjnldsv2016-08-013-0/+9
|
* fix searchbox overlapping on mobileJan-Christoph Borchardt2016-07-281-1/+1
|
* Theming: Fix preview and center alignment of logoJulius Haertl2016-07-261-0/+1
|
* Update header.cssJos Poortvliet2016-07-261-1/+1
| | | make the logo look good on the login page
* Merge pull request #491 from ↵Roeland Douma2016-07-221-2/+2
|\ | | | | | | | | nextcloud/backport-460-html-decoded-error-message-when-uploading-folder Fix the HTML encoding when uploading a folder in FF when using french…
| * Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-211-2/+2
| |
* | Run the license scriptJoas Schilling2016-07-2265-157/+234
|/
* Use the themed Defaults everywhereJoas Schilling2016-07-152-3/+3
|
* Revert "occ web executor (#24957)"Morris Jobke2016-07-073-161/+0
| | | | This reverts commit 9fcb26910e98282459fc7bf291f0a21275a1c919.
* Merge branch 'stable9' into sync-stable9Morris Jobke2016-07-07157-351/+508
|\
| * Merge pull request #244 from nextcloud/theming-app-stable9Björn Schießle2016-07-012-1/+2
| |\ | | | | | | [stable9] theming app
| | * initial commit for the theming appBjoern Schiessle2016-06-302-1/+2
| | |
| * | Merge remote-tracking branch 'upstream/stable9' into stable9-sync-upstreamLukas Reschke2016-07-011-0/+1
| |\ \ | | |/ | |/|
| * | Mark user_saml official and kill user_shibbolethLukas Reschke2016-06-301-2/+2
| | |
| * | Merge remote-tracking branch 'upstream/stable9' into stable9-upstream-syncLukas Reschke2016-06-261-2/+4
| |\ \
| * | | fixed codeMorris Jobke2016-06-2012-15/+15
| | | |
| * | | fixed translationsMorris Jobke2016-06-2090-112/+112
| | | |
| * | | fix grouped input fields, make sure they take precedenceJan-Christoph Borchardt2016-06-201-13/+13
| | | |
| * | | Allow empty host when installing on oracle via CLI (#25034)Jörn Friedrich Dreyer2016-06-201-1/+6
| | | |
| * | | fix setup page strengthifyMorris Jobke2016-06-154-10/+4
| | | | | | | | | | | | | | | | * fixes #105
| * | | Update strengthify to 0.5.1Morris Jobke2016-06-153-116/+205
| | | |
| * | | Merge pull request #108 from nextcloud/stable9-backport-97Marius Blüm2016-06-155-6/+6
| |\ \ \ | | | | | | | | | | [stable9] Change name of the product in update message
| | * | | Change name of the product in update messageMorris Jobke2016-06-155-6/+6
| | | | |
| * | | | Merge pull request #88 from nextcloud/add-strict-cookie-check-also-to-config-jsMorris Jobke2016-06-151-0/+4
| |\ \ \ \ | | |/ / / | |/| | | [stable9] Add strict config check to config.js
| | * | | [stable9] Add strict config check to config.jsLukas Reschke2016-06-141-0/+4
| | | | |
| * | | | Fix data directory warningLukas Reschke2016-06-142-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise always the warning is displayed that the data directory is accessible from the internet when URLs without index.php are enabled. Fixes https://github.com/nextcloud/server/issues/91
| * | | | Add some super basic cache bustingLukas Reschke2016-06-142-12/+12
| |/ / / | | | | | | | | | | | | At least the logo should be correct after an update.....
| * | | Add more brandingLukas Reschke2016-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | - Shows "Nextcloud will be updated" in the updater screen - Shows "Nextcloud" if you add a bookmark on iOS instead of "ownCloud"
| * | | place password input directly below labelMorris Jobke2016-06-131-5/+5
| | | |
| * | | revert suspicious change - please check this @schiessle & @LukasReschkeMorris Jobke2016-06-131-12/+22
| | | |
| * | | fix unit testsMorris Jobke2016-06-131-3/+74
| | | |
| * | | Merge pull request #54 from nextcloud/backport-upload-only-sharesLukas Reschke2016-06-133-109/+84
| |\ \ \ | | | | | | | | | | [stable9] Backport files drop feature
| | * | | smaller files drop fixesArthur Schiwon2016-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix infinite spinner on blacklisted files * move HTML to template * indentation
| | * | | [stable9] Backport files drop featureLukas Reschke2016-06-113-109/+84
| | | | |
| * | | | Link to Nextcloud domains in the help sectionLukas Reschke2016-06-122-3/+3
| | | | |
| * | | | Sets notification background to whiteWilliam Bargent2016-06-121-1/+2
| |/ / /
| * | | Merge pull request #37 from nextcloud/downstream-stable9-160610Lukas Reschke2016-06-114-7/+20
| |\ \ \ | | | | | | | | | | Downstream stable9 16-06-10
| * | | | invert colors of favicons to match header and log in site, white on blueJan-Christoph Borchardt2016-06-106-3/+3
| | | | |
| * | | | backport design changeJan-Christoph Borchardt2016-06-1039-54/+55
| | | | |
* | | | | occ web executor (#24957)VicDeo2016-07-013-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf
* | | | | [stable9] Fix decrypt message stable9 (#25188)Thomas Müller2016-07-011-3/+12
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix Decrypt message via occ * Comments fixed * Fixed reviews * Originally: commit 2304e4bda027e61ff1302c55c2f70f8e4c8f47d0 Author: Joas Schilling <nickvergessen@owncloud.com> Date: Tue Jun 7 09:13:11 2016 +0200 Allow to decrypt user '0' files only * Fix uid comparison
* | | | Merge pull request #25234 from owncloud/stable9-iedavclient-nullheadersVincent Petry2016-07-011-0/+1
|\ \ \ \ | |_|_|/ |/| | | [stable9] Init the headers in iedavclient.js