]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agofix background id selector for the first run wizard 636/head
Bjoern Schiessle [Thu, 28 Jul 2016 14:32:39 +0000 (16:32 +0200)]
fix background id selector for the first run wizard

8 years agoMerge pull request #583 from nextcloud/issue-577-add-l10n
Morris Jobke [Thu, 28 Jul 2016 14:12:45 +0000 (16:12 +0200)]
Merge pull request #583 from nextcloud/issue-577-add-l10n

Add L10N support

8 years agoMerge pull request #624 from nextcloud/users-capitalization
William Bargent [Thu, 28 Jul 2016 13:04:04 +0000 (14:04 +0100)]
Merge pull request #624 from nextcloud/users-capitalization

fix capitalization of text in users management

8 years agoMerge pull request #620 from nextcloud/theming-firstrunwizard
Björn Schießle [Thu, 28 Jul 2016 12:49:53 +0000 (14:49 +0200)]
Merge pull request #620 from nextcloud/theming-firstrunwizard

apply theme to the firstrunwizard

8 years agofix unit tests 620/head
Bjoern Schiessle [Thu, 28 Jul 2016 09:45:42 +0000 (11:45 +0200)]
fix unit tests

8 years agore-use background color from theme in the firstrunwizard
Bjoern Schiessle [Thu, 28 Jul 2016 08:43:06 +0000 (10:43 +0200)]
re-use background color from theme in the firstrunwizard

8 years agoapply theme to the firstrunwizard
Bjoern Schiessle [Thu, 28 Jul 2016 08:33:07 +0000 (10:33 +0200)]
apply theme to the firstrunwizard

8 years agofix capitalization of text in users management 624/head
Jan-Christoph Borchardt [Thu, 28 Jul 2016 09:30:36 +0000 (11:30 +0200)]
fix capitalization of text in users management

8 years agoMerge pull request #612 from nextcloud/improve-xml-loaded-version-handling
Lukas Reschke [Thu, 28 Jul 2016 09:26:06 +0000 (11:26 +0200)]
Merge pull request #612 from nextcloud/improve-xml-loaded-version-handling

libxml - compare against loaded version

8 years agoMerge pull request #415 from nextcloud/theming-colorize-checkboxes
Jan-Christoph Borchardt [Thu, 28 Jul 2016 09:12:39 +0000 (11:12 +0200)]
Merge pull request #415 from nextcloud/theming-colorize-checkboxes

Colorize checkboxes depending on theming color

8 years agoMerge pull request #519 from GitHubUser4234/master
blizzz [Thu, 28 Jul 2016 08:14:34 +0000 (10:14 +0200)]
Merge pull request #519 from GitHubUser4234/master

New LDAPProvider for user_ldap

8 years agoMerge pull request #494 from nextcloud/systemtag-management
Lukas Reschke [Thu, 28 Jul 2016 07:36:33 +0000 (09:36 +0200)]
Merge pull request #494 from nextcloud/systemtag-management

Add a simple Admin UI to manage systemtags

8 years agoNextcloud license header for new files 519/head
root [Thu, 28 Jul 2016 07:13:00 +0000 (15:13 +0800)]
Nextcloud license header for new files

8 years agolibxml - compare against loaded version 612/head
Morris Jobke [Wed, 27 Jul 2016 15:33:22 +0000 (17:33 +0200)]
libxml - compare against loaded version

* if the compiled in version is older than the loaded version Nextcloud doesn't work
* uses the loaded libxml version to check against

fixes #205

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 28 Jul 2016 00:11:51 +0000 (00:11 +0000)]
[tx-robot] updated from transifex

8 years agoTheming: Cleanup and remove opacity from checkbox/radiobutton 415/head
Julius Haertl [Wed, 27 Jul 2016 18:03:53 +0000 (20:03 +0200)]
Theming: Cleanup and remove opacity from checkbox/radiobutton

8 years agoTheming: Generate colorized radio buttons dynamically
Julius Haertl [Mon, 25 Jul 2016 15:32:11 +0000 (17:32 +0200)]
Theming: Generate colorized radio buttons dynamically

8 years agoTheming: Colorize radio buttons and append new styles on preview
Julius Haertl [Mon, 25 Jul 2016 14:44:56 +0000 (16:44 +0200)]
Theming: Colorize radio buttons and append new styles on preview

8 years agoTheming: Clean up css generation and fix tests
Julius Haertl [Tue, 19 Jul 2016 12:39:53 +0000 (14:39 +0200)]
Theming: Clean up css generation and fix tests

8 years agoTheming: Colorize checkboxes depending on luminance
Julius Haertl [Tue, 19 Jul 2016 12:00:33 +0000 (14:00 +0200)]
Theming: Colorize checkboxes depending on luminance

8 years agoTheming: Preview for colorized checkboxes
Julius Haertl [Tue, 19 Jul 2016 11:53:47 +0000 (13:53 +0200)]
Theming: Preview for colorized checkboxes

8 years agoColorize checkboxes depending on theming color
Julius Haertl [Tue, 12 Jul 2016 19:35:43 +0000 (21:35 +0200)]
Colorize checkboxes depending on theming color

8 years agoMerge pull request #606 from nextcloud/ocs_middleware_support_subdir
Morris Jobke [Wed, 27 Jul 2016 14:37:44 +0000 (16:37 +0200)]
Merge pull request #606 from nextcloud/ocs_middleware_support_subdir

Support subdir in the OCS v2 endpoint

8 years agoMerge pull request #571 from nextcloud/no-missing-preview
Morris Jobke [Wed, 27 Jul 2016 13:48:40 +0000 (15:48 +0200)]
Merge pull request #571 from nextcloud/no-missing-preview

Don't try to load previews when we know there is none

8 years agoAdd a simple Admin UI to manage systemtags 494/head
Joas Schilling [Thu, 21 Jul 2016 08:51:42 +0000 (10:51 +0200)]
Add a simple Admin UI to manage systemtags

8 years agoSupport subdir in the OCS v2 endpoint 606/head
Roeland Jago Douma [Wed, 27 Jul 2016 13:28:35 +0000 (15:28 +0200)]
Support subdir in the OCS v2 endpoint

We should check against the ending substring since people could
run their nextcloud in a subfolder.

* Added test

8 years agoAdd L10N support 583/head
Joas Schilling [Wed, 27 Jul 2016 08:02:53 +0000 (10:02 +0200)]
Add L10N support

8 years agoMerge pull request #596 from nextcloud/adjust-mysql-install-error
Björn Schießle [Wed, 27 Jul 2016 12:34:07 +0000 (14:34 +0200)]
Merge pull request #596 from nextcloud/adjust-mysql-install-error

Fix misleading MySQL DB creation error (#25485)

8 years agoMerge pull request #598 from nextcloud/fix-defaultapp-master
Björn Schießle [Wed, 27 Jul 2016 12:32:30 +0000 (14:32 +0200)]
Merge pull request #598 from nextcloud/fix-defaultapp-master

Redirect to default page after login

8 years agoMerge pull request #601 from nextcloud/fix-workflowengine-loading
Joas Schilling [Wed, 27 Jul 2016 12:04:54 +0000 (14:04 +0200)]
Merge pull request #601 from nextcloud/fix-workflowengine-loading

Fix loading icon for workflowengine

8 years agoMerge pull request #582 from nextcloud/checks-from-js
Joas Schilling [Wed, 27 Jul 2016 11:59:03 +0000 (13:59 +0200)]
Merge pull request #582 from nextcloud/checks-from-js

Generate the checks list in JS

8 years agoMerge pull request #597 from nextcloud/fix-di-of-workflow-manager
Joas Schilling [Wed, 27 Jul 2016 11:53:40 +0000 (13:53 +0200)]
Merge pull request #597 from nextcloud/fix-di-of-workflow-manager

Allow DI of the workflow manager by the OCP interface

8 years agoFix loading icon for workflowengine 601/head
Morris Jobke [Wed, 27 Jul 2016 11:19:20 +0000 (13:19 +0200)]
Fix loading icon for workflowengine

8 years agofix js test 571/head
Robin Appelman [Tue, 26 Jul 2016 13:10:37 +0000 (15:10 +0200)]
fix js test

8 years agoonly load sidebar previews when we know it's available
Robin Appelman [Tue, 26 Jul 2016 11:51:18 +0000 (13:51 +0200)]
only load sidebar previews when we know it's available

8 years agodont load filelist previews if we know we dont have one
Robin Appelman [Tue, 26 Jul 2016 11:40:44 +0000 (13:40 +0200)]
dont load filelist previews if we know we dont have one

8 years agoadd dav property to check if a file has a preview available
Robin Appelman [Tue, 26 Jul 2016 11:15:12 +0000 (13:15 +0200)]
add dav property to check if a file has a preview available

8 years agoAllow to reuse the template 582/head
Joas Schilling [Wed, 27 Jul 2016 10:29:49 +0000 (12:29 +0200)]
Allow to reuse the template

8 years agoFix default value of operator
Joas Schilling [Wed, 27 Jul 2016 10:29:30 +0000 (12:29 +0200)]
Fix default value of operator

8 years agoRedirect to default page after login 598/head
Bjoern Schiessle [Wed, 27 Jul 2016 10:11:58 +0000 (12:11 +0200)]
Redirect to default page after login

8 years agoAllow DI of the workflow manager by the OCP interface 597/head
Joas Schilling [Wed, 27 Jul 2016 09:46:09 +0000 (11:46 +0200)]
Allow DI of the workflow manager by the OCP interface

8 years agoFix misleading MySQL DB creation error (#25485) 596/head
Vincent Petry [Tue, 26 Jul 2016 10:38:14 +0000 (12:38 +0200)]
Fix misleading MySQL DB creation error (#25485)

Whenever the GRANT ALL failed, it used to display "Database creation
failed" which is incorrect. It's only the privleges setting that failed.

This moves the privilege setting message to DEBUG and makes it more
precise.

8 years agoFix morris comments
Joas Schilling [Wed, 27 Jul 2016 08:38:03 +0000 (10:38 +0200)]
Fix morris comments

8 years agoRemove php side of check registration
Joas Schilling [Wed, 27 Jul 2016 06:54:34 +0000 (08:54 +0200)]
Remove php side of check registration

8 years agoGenerate the checks list in JS
Joas Schilling [Tue, 26 Jul 2016 15:34:05 +0000 (17:34 +0200)]
Generate the checks list in JS

8 years agoMerge pull request #565 from nextcloud/workflowengine
Joas Schilling [Wed, 27 Jul 2016 08:07:20 +0000 (10:07 +0200)]
Merge pull request #565 from nextcloud/workflowengine

Add workflowengine

8 years agoMerge pull request #566 from nextcloud/setup-port
Morris Jobke [Wed, 27 Jul 2016 08:02:39 +0000 (10:02 +0200)]
Merge pull request #566 from nextcloud/setup-port

revert to old setup connection logic

8 years agoMerge branch 'master' of https://github.com/nextcloud/server
root [Wed, 27 Jul 2016 07:17:29 +0000 (15:17 +0800)]
Merge branch 'master' of https://github.com/nextcloud/server

8 years agocomments amended
root [Wed, 27 Jul 2016 07:16:57 +0000 (15:16 +0800)]
comments amended

8 years agofinal changes
root [Wed, 27 Jul 2016 07:10:35 +0000 (15:10 +0800)]
final changes

8 years agofix enabled apps tests 565/head
Morris Jobke [Wed, 27 Jul 2016 06:36:03 +0000 (08:36 +0200)]
fix enabled apps tests

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Jul 2016 00:09:48 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #349 from nextcloud/ldab-groupOfUniqueNames
blizzz [Tue, 26 Jul 2016 21:32:47 +0000 (23:32 +0200)]
Merge pull request #349 from nextcloud/ldab-groupOfUniqueNames

add groupOfUniqueNames as valid group object class

8 years agoAdd app icons for Comments and Tags (#579)
Jan-Christoph Borchardt [Tue, 26 Jul 2016 17:42:54 +0000 (19:42 +0200)]
Add app icons for Comments and Tags (#579)

* add icon for Comments app

* add icon for Tags app

8 years agofix unit tests
Morris Jobke [Tue, 26 Jul 2016 14:43:46 +0000 (16:43 +0200)]
fix unit tests

8 years agoAdd app to provisioning output
Joas Schilling [Tue, 26 Jul 2016 14:39:04 +0000 (16:39 +0200)]
Add app to provisioning output

8 years agoMerge pull request #563 from nextcloud/log-internet-connection-exception
Morris Jobke [Tue, 26 Jul 2016 14:22:43 +0000 (16:22 +0200)]
Merge pull request #563 from nextcloud/log-internet-connection-exception

Log exception that is thrown by internet connection check

8 years agoMove template to workflowengine app
Morris Jobke [Tue, 26 Jul 2016 12:31:16 +0000 (14:31 +0200)]
Move template to workflowengine app

8 years agoMerge pull request #567 from nextcloud/wb-admin-log-buttons
Joas Schilling [Tue, 26 Jul 2016 12:17:22 +0000 (14:17 +0200)]
Merge pull request #567 from nextcloud/wb-admin-log-buttons

Orders Admin Log Button

8 years agocreate an operation based on the correct model
Morris Jobke [Tue, 26 Jul 2016 10:03:16 +0000 (12:03 +0200)]
create an operation based on the correct model

8 years agorevert to old setup connection logic 566/head
Robin Appelman [Tue, 26 Jul 2016 09:44:15 +0000 (11:44 +0200)]
revert to old setup connection logic

8 years agoOrders Admin Log Button 567/head
root [Tue, 26 Jul 2016 09:27:48 +0000 (09:27 +0000)]
Orders Admin Log Button

8 years agoAdd workflowengine
Morris Jobke [Tue, 26 Jul 2016 09:16:34 +0000 (11:16 +0200)]
Add workflowengine

8 years agoMerge pull request #525 from nextcloud/fix-theme-logo-position
Joas Schilling [Tue, 26 Jul 2016 08:46:13 +0000 (10:46 +0200)]
Merge pull request #525 from nextcloud/fix-theme-logo-position

Fix theme logo position and shape

8 years agoLog exception that is thrown by internet connection check 563/head
Morris Jobke [Tue, 26 Jul 2016 08:03:31 +0000 (10:03 +0200)]
Log exception that is thrown by internet connection check

8 years agoMerge pull request #557 from nextcloud/fix-css-scope-files-external
Morris Jobke [Tue, 26 Jul 2016 06:58:38 +0000 (08:58 +0200)]
Merge pull request #557 from nextcloud/fix-css-scope-files-external

Add proper scope to files external CSS

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 26 Jul 2016 00:09:19 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoTheming: Fix preview and center alignment of logo 525/head
Julius Haertl [Mon, 25 Jul 2016 16:54:13 +0000 (18:54 +0200)]
Theming: Fix preview and center alignment of logo

8 years agoAdd proper scope to files external CSS 557/head
Morris Jobke [Mon, 25 Jul 2016 15:08:33 +0000 (17:08 +0200)]
Add proper scope to files external CSS

* for select2

8 years agoMerge pull request #292 from nextcloud/recent-files
William Bargent [Mon, 25 Jul 2016 14:25:02 +0000 (15:25 +0100)]
Merge pull request #292 from nextcloud/recent-files

Add "Recent" file listing

8 years agoMerge pull request #509 from nextcloud/appframework_magic_allow_default_vars
Morris Jobke [Mon, 25 Jul 2016 11:18:53 +0000 (13:18 +0200)]
Merge pull request #509 from nextcloud/appframework_magic_allow_default_vars

AppFramework add default values (ApiController) as parameters

8 years agoMerge pull request #550 from nextcloud/ldap-integration-test-autoloader
Morris Jobke [Mon, 25 Jul 2016 10:54:50 +0000 (12:54 +0200)]
Merge pull request #550 from nextcloud/ldap-integration-test-autoloader

fix autoloading in LPAP integration tests, resolves #544

8 years agoMerge pull request #523 from Faldon/master
Joas Schilling [Mon, 25 Jul 2016 09:41:24 +0000 (11:41 +0200)]
Merge pull request #523 from Faldon/master

Renamed file logging

8 years agoMerge pull request #547 from nextcloud/fix-restore-all-files
Joas Schilling [Mon, 25 Jul 2016 09:38:05 +0000 (11:38 +0200)]
Merge pull request #547 from nextcloud/fix-restore-all-files

Fix error message while restoring all files

8 years agofix autoloading in LPAP integration tests, resolves #544 550/head
Arthur Schiwon [Mon, 25 Jul 2016 08:58:03 +0000 (10:58 +0200)]
fix autoloading in LPAP integration tests, resolves #544

8 years agoMerge branch 'master' of https://github.com/nextcloud/server
root [Mon, 25 Jul 2016 08:56:14 +0000 (16:56 +0800)]
Merge branch 'master' of https://github.com/nextcloud/server

8 years agofix test 292/head
Robin Appelman [Mon, 25 Jul 2016 08:41:53 +0000 (10:41 +0200)]
fix test

8 years agoFix error message while restoring all files 547/head
Morris Jobke [Mon, 25 Jul 2016 07:24:32 +0000 (09:24 +0200)]
Fix error message while restoring all files

* use $_POST['files'] only of ssinlge files are restored
* fixes #528

8 years agoMerge pull request #530 from nextcloud/fix-theme-loading
Morris Jobke [Mon, 25 Jul 2016 06:37:13 +0000 (08:37 +0200)]
Merge pull request #530 from nextcloud/fix-theme-loading

Make sure we try to autoload the class

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 25 Jul 2016 00:09:09 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 Jul 2016 00:09:10 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #533 from nextcloud/oparoz-ns-server-contributing.md
Roeland Douma [Sat, 23 Jul 2016 13:53:22 +0000 (15:53 +0200)]
Merge pull request #533 from nextcloud/oparoz-ns-server-contributing.md

change core to server

8 years agoMerge pull request #534 from nextcloud/twofactor-isset
Joas Schilling [Sat, 23 Jul 2016 13:49:28 +0000 (15:49 +0200)]
Merge pull request #534 from nextcloud/twofactor-isset

Check if an app provide two-factor-auth providers before we try to use them

8 years agoCheck if an app provide two-factor-auth providers before we try to use them 534/head
Robin Appelman [Sat, 23 Jul 2016 11:26:57 +0000 (13:26 +0200)]
Check if an app provide two-factor-auth providers before we try to use them

8 years agochange core to server 533/head
Olivier Paroz [Sat, 23 Jul 2016 08:50:00 +0000 (10:50 +0200)]
change core to server

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 23 Jul 2016 00:09:06 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMake sure we try to autoload the class 530/head
Joas Schilling [Fri, 22 Jul 2016 14:49:33 +0000 (16:49 +0200)]
Make sure we try to autoload the class

8 years agoFix search box overlapping on mobile (#450)
Jan-Christoph Borchardt [Fri, 22 Jul 2016 13:38:37 +0000 (15:38 +0200)]
Fix search box overlapping on mobile (#450)

* fix searchbox overlapping on mobile

* also adjust log in background color in theme

* Fix unit tests

8 years agoblock user sorting in recent files
Robin Appelman [Fri, 22 Jul 2016 12:19:04 +0000 (14:19 +0200)]
block user sorting in recent files

8 years agouse limit instead of since when listing recent files
Robin Appelman [Fri, 22 Jul 2016 11:58:53 +0000 (13:58 +0200)]
use limit instead of since when listing recent files

8 years agofix test
Robin Appelman [Mon, 11 Jul 2016 10:58:43 +0000 (12:58 +0200)]
fix test

8 years agoAdd recent file listing
Robin Appelman [Fri, 22 Jul 2016 13:20:51 +0000 (15:20 +0200)]
Add recent file listing

8 years agoMerge pull request #524 from nextcloud/ocs_appframework_status_code
Lukas Reschke [Fri, 22 Jul 2016 13:15:20 +0000 (15:15 +0200)]
Merge pull request #524 from nextcloud/ocs_appframework_status_code

Set proper status code in OCS AppFramework Middleware

8 years agoAdjust tests
Lukas Reschke [Fri, 22 Jul 2016 12:58:30 +0000 (14:58 +0200)]
Adjust tests

8 years agoMerge pull request #526 from nextcloud/bumb-app-requirements
Joas Schilling [Fri, 22 Jul 2016 12:51:06 +0000 (14:51 +0200)]
Merge pull request #526 from nextcloud/bumb-app-requirements

bumb compatible app versions for core apps

8 years agoadd recent files api endpoint
Robin Appelman [Fri, 22 Jul 2016 12:48:51 +0000 (14:48 +0200)]
add recent files api endpoint

8 years agoMerge pull request #522 from nextcloud/ocs_correct_login_exception
Roeland Douma [Fri, 22 Jul 2016 12:47:53 +0000 (14:47 +0200)]
Merge pull request #522 from nextcloud/ocs_correct_login_exception

OCS correctly handle login exception

8 years agoRenamed test classes for file logging tests. 523/head
Thomas Pulzer [Fri, 22 Jul 2016 12:47:50 +0000 (14:47 +0200)]
Renamed test classes for file logging tests.

8 years agoAlso increase the min version 526/head
Joas Schilling [Fri, 22 Jul 2016 12:46:52 +0000 (14:46 +0200)]
Also increase the min version

8 years agoChanged code style and made use of '===' comparison.
Thomas Pulzer [Fri, 22 Jul 2016 12:45:33 +0000 (14:45 +0200)]
Changed code style and made use of '===' comparison.