]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Wed, 17 Aug 2016 06:50:44 +0000 (08:50 +0200)]
Update autoloader
Roeland Jago Douma [Wed, 17 Aug 2016 06:38:35 +0000 (08:38 +0200)]
Updated travis file to validate autoloader
Roeland Jago Douma [Wed, 17 Aug 2016 06:34:40 +0000 (08:34 +0200)]
Add autoload checker
Lukas Reschke [Tue, 16 Aug 2016 18:28:16 +0000 (20:28 +0200)]
Merge pull request #796 from nextcloud/implement_712
Admin page split
Arthur Schiwon [Tue, 16 Aug 2016 16:59:45 +0000 (18:59 +0200)]
adjust tests to latest changes
Arthur Schiwon [Tue, 16 Aug 2016 16:31:59 +0000 (18:31 +0200)]
Merge branch 'master' into implement_712
Arthur Schiwon [Tue, 16 Aug 2016 16:26:16 +0000 (18:26 +0200)]
for new we cannot have nested settings, default module is only appended if available
Arthur Schiwon [Tue, 16 Aug 2016 16:11:59 +0000 (18:11 +0200)]
add missing encryption modules to settings
Arthur Schiwon [Tue, 16 Aug 2016 15:59:21 +0000 (17:59 +0200)]
fix missing parameters in sharing settings page
Björn Schießle [Tue, 16 Aug 2016 14:24:45 +0000 (16:24 +0200)]
Merge pull request #870 from nextcloud/oc-missingprefixforlastinsertid
Fix oracle support of external storage app
Roeland Jago Douma [Tue, 16 Aug 2016 12:50:31 +0000 (14:50 +0200)]
Merge pull request #860 from nextcloud/fix_updatenotifcations_warnings
Fix deprecated getMock warning
Arthur Schiwon [Tue, 16 Aug 2016 11:21:59 +0000 (13:21 +0200)]
final db indexes
Joas Schilling [Tue, 16 Aug 2016 10:57:34 +0000 (12:57 +0200)]
Merge pull request #864 from nextcloud/us_25652
[us] Ensure the user exists before calling a method on it
Björn Schießle [Tue, 16 Aug 2016 09:40:42 +0000 (11:40 +0200)]
Merge pull request #886 from nextcloud/capabilities_error_proof
Make the capabilities manager more error proof
Marius Blüm [Tue, 16 Aug 2016 09:25:48 +0000 (11:25 +0200)]
Merge pull request #871 from nextcloud/move-apps
move apps between 'Language' and 'Session' in personal settings
Marius Blüm [Tue, 16 Aug 2016 09:07:48 +0000 (11:07 +0200)]
Merge pull request #834 from nextcloud/feature/similar-app-colors
Use darker colors for app icons in app management.
Nextcloud bot [Tue, 16 Aug 2016 00:10:47 +0000 (00:10 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Mon, 15 Aug 2016 22:53:32 +0000 (00:53 +0200)]
adopt to Controller constructor changes
Arthur Schiwon [Mon, 15 Aug 2016 22:52:41 +0000 (00:52 +0200)]
check registered sections and settings after an app got updated to garbage collect orphaned classes
Arthur Schiwon [Mon, 15 Aug 2016 18:03:19 +0000 (20:03 +0200)]
attempt to remove section and settings entries when an app got disabled
Lukas Reschke [Mon, 15 Aug 2016 19:55:09 +0000 (21:55 +0200)]
Merge branch 'master' into implement_712
Lukas Reschke [Mon, 15 Aug 2016 19:53:52 +0000 (21:53 +0200)]
Merge pull request #862 from nextcloud/us_25767
[us] How to polish code, eg: OC\User
Lukas Reschke [Mon, 15 Aug 2016 19:50:43 +0000 (21:50 +0200)]
Merge pull request #882 from nextcloud/use-proper-test-execution
Use proper casing
Roeland Jago Douma [Mon, 15 Aug 2016 18:22:48 +0000 (20:22 +0200)]
Make the capabilities manager more error proof
If an app registers an invalid capabilty we should not crash hard.
Instead we should catch the exception. Log it (error) and carry on.
* Added tests
Roeland Jago Douma [Mon, 15 Aug 2016 18:24:06 +0000 (20:24 +0200)]
Merge pull request #876 from nextcloud/licence
Licence script update
Roeland Jago Douma [Mon, 15 Aug 2016 18:08:20 +0000 (20:08 +0200)]
We have to mock the is_uploaded_file in the OC\Core\Controller namespace
Roeland Jago Douma [Mon, 15 Aug 2016 18:07:07 +0000 (20:07 +0200)]
Fix mock call in AvatarControllerTest
Lukas Reschke [Mon, 15 Aug 2016 15:37:55 +0000 (17:37 +0200)]
Use generated URL
Lukas Reschke [Mon, 15 Aug 2016 15:36:45 +0000 (17:36 +0200)]
Fix CheckSetupController tests
Lukas Reschke [Mon, 15 Aug 2016 15:19:50 +0000 (17:19 +0200)]
Fix template test
Lukas Reschke [Mon, 15 Aug 2016 15:19:32 +0000 (17:19 +0200)]
Fix tests for LoginController
Lukas Reschke [Mon, 15 Aug 2016 15:15:14 +0000 (17:15 +0200)]
Add reference to current user
Lukas Reschke [Mon, 15 Aug 2016 15:13:58 +0000 (17:13 +0200)]
Add new dependency
Lukas Reschke [Mon, 15 Aug 2016 15:08:27 +0000 (17:08 +0200)]
Don't use create mock
Not compatible with this PHPunit version
Lukas Reschke [Mon, 15 Aug 2016 15:00:35 +0000 (17:00 +0200)]
Use proper casing
Lukas Reschke [Mon, 15 Aug 2016 14:43:22 +0000 (16:43 +0200)]
Use MockBuilder instead of createMock
CI uses an older PHPUnit
Lukas Reschke [Mon, 15 Aug 2016 14:24:56 +0000 (16:24 +0200)]
Add unit tests
Roeland Jago Douma [Mon, 15 Aug 2016 13:38:35 +0000 (15:38 +0200)]
Merge pull request #855 from nextcloud/files_drop_capability
Add files drop capability for clients
Roeland Jago Douma [Mon, 15 Aug 2016 12:51:09 +0000 (14:51 +0200)]
If there is no copyright notice print comment line
Roeland Jago Douma [Mon, 15 Aug 2016 12:42:39 +0000 (14:42 +0200)]
Do not licence composer stuff
Arthur Schiwon [Mon, 15 Aug 2016 11:38:02 +0000 (13:38 +0200)]
satisfy dependencies for files_external
Bjoern Schiessle [Mon, 15 Aug 2016 10:03:55 +0000 (12:03 +0200)]
move apps between 'Language' and 'Session' in personal settings
Joas Schilling [Mon, 15 Aug 2016 09:59:48 +0000 (11:59 +0200)]
Fix oracle support of external storage app
Roeland Jago Douma [Sun, 14 Aug 2016 17:41:00 +0000 (19:41 +0200)]
Add PHPdoc
Nextcloud bot [Mon, 15 Aug 2016 00:12:16 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Marius Blüm [Sun, 14 Aug 2016 19:41:15 +0000 (21:41 +0200)]
Merge pull request #816 from nextcloud/socialbuttons
adding social buttons
Raghu Nayyar [Sun, 14 Aug 2016 19:19:33 +0000 (00:49 +0530)]
Fixes image preview when fetched from the store.
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 07:38:06 +0000 (09:38 +0200)]
use $userId instead of $user
Thomas Müller [Fri, 29 Jul 2016 13:00:18 +0000 (15:00 +0200)]
Ensure the user exists before calling a method on it - fixes #24751
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 08:55:39 +0000 (10:55 +0200)]
missing PHPDoc
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 08:10:32 +0000 (10:10 +0200)]
Type compatability
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 08:07:19 +0000 (10:07 +0200)]
Method is deprecated
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 07:54:36 +0000 (09:54 +0200)]
Unreachable statement
Jörn Friedrich Dreyer [Thu, 11 Aug 2016 07:52:02 +0000 (09:52 +0200)]
Unnecessary fully qualified names
Roeland Jago Douma [Sun, 14 Aug 2016 13:45:45 +0000 (15:45 +0200)]
Fix deprecated getMock warning
Nextcloud bot [Sun, 14 Aug 2016 00:10:34 +0000 (00:10 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 13 Aug 2016 12:16:17 +0000 (14:16 +0200)]
Do not translate HTML
Jan-Christoph Borchardt [Thu, 11 Aug 2016 11:14:00 +0000 (13:14 +0200)]
compress images and fix position
Jan-Christoph Borchardt [Thu, 11 Aug 2016 11:01:08 +0000 (13:01 +0200)]
use shorthand for padding values
Lukas Reschke [Wed, 10 Aug 2016 10:04:37 +0000 (12:04 +0200)]
Remove accidentially added line
Frank Karlitschek [Wed, 10 Aug 2016 09:40:35 +0000 (05:40 -0400)]
adding rel="noreferrer noopener"
Frank Karlitschek [Wed, 10 Aug 2016 09:27:13 +0000 (05:27 -0400)]
adding social buttons
Roeland Jago Douma [Sat, 13 Aug 2016 12:00:44 +0000 (14:00 +0200)]
Add files drop capability for clients
Nextcloud bot [Sat, 13 Aug 2016 00:13:29 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Fri, 12 Aug 2016 23:26:11 +0000 (01:26 +0200)]
simplify encryption manager fetching in DIContainer
Arthur Schiwon [Fri, 12 Aug 2016 22:59:04 +0000 (00:59 +0200)]
move mail settings and file handling to additional ones, thus files_external gets its own section
Arthur Schiwon [Fri, 12 Aug 2016 22:36:32 +0000 (00:36 +0200)]
change federatedfilesharing css class to followupsection to reduce whitespace
Arthur Schiwon [Fri, 12 Aug 2016 22:33:09 +0000 (00:33 +0200)]
move systemstags to sharign section, drop collaboration section
Arthur Schiwon [Fri, 12 Aug 2016 22:29:39 +0000 (00:29 +0200)]
make updatenotification settings appear as if it is part of the version part in server settings
Arthur Schiwon [Fri, 12 Aug 2016 22:06:10 +0000 (00:06 +0200)]
change casing in section display names
Lukas Reschke [Fri, 12 Aug 2016 18:15:32 +0000 (20:15 +0200)]
Merge pull request #844 from nextcloud/twofactor_mw_excep
TwoFactorMiddleware should forward Exception
Arthur Schiwon [Fri, 12 Aug 2016 15:08:32 +0000 (17:08 +0200)]
mark current section
Arthur Schiwon [Fri, 12 Aug 2016 14:58:59 +0000 (16:58 +0200)]
fix theming tests
Arthur Schiwon [Fri, 12 Aug 2016 14:52:20 +0000 (16:52 +0200)]
added some missed diagnosis output
Arthur Schiwon [Fri, 12 Aug 2016 14:00:39 +0000 (16:00 +0200)]
rename remaining occurences of OCA/Theming/Template
Bjoern Schiessle [Fri, 12 Aug 2016 13:30:35 +0000 (15:30 +0200)]
rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"
Morris Jobke [Fri, 12 Aug 2016 12:21:36 +0000 (14:21 +0200)]
Merge pull request #837 from nextcloud/when-logged-in-then-just-redirect-to-redirected-page
When logged in then just redirect to redirected page
Roeland Jago Douma [Fri, 12 Aug 2016 10:33:31 +0000 (12:33 +0200)]
Throw exception if you don't handle it
Arthur Schiwon [Fri, 12 Aug 2016 11:23:14 +0000 (13:23 +0200)]
register app autoload instead of loading apps
Nextcloud bot [Fri, 12 Aug 2016 00:10:18 +0000 (00:10 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Thu, 11 Aug 2016 17:39:32 +0000 (19:39 +0200)]
Resolve conflict
Lukas Reschke [Thu, 11 Aug 2016 17:37:17 +0000 (19:37 +0200)]
Merge branch 'master' into implement_712
Lukas Reschke [Thu, 11 Aug 2016 17:33:37 +0000 (19:33 +0200)]
Add since tags to class
Lukas Reschke [Thu, 11 Aug 2016 17:28:24 +0000 (19:28 +0200)]
Add missing since annotations
Arthur Schiwon [Thu, 11 Aug 2016 17:03:43 +0000 (19:03 +0200)]
adjust systemtags app
Arthur Schiwon [Thu, 11 Aug 2016 16:53:45 +0000 (18:53 +0200)]
adjust federation app
Arthur Schiwon [Thu, 11 Aug 2016 16:40:19 +0000 (18:40 +0200)]
superfluous
Arthur Schiwon [Thu, 11 Aug 2016 16:39:16 +0000 (18:39 +0200)]
adjust files app, and integrate files_external into that section
Arthur Schiwon [Thu, 11 Aug 2016 15:29:58 +0000 (17:29 +0200)]
adjust Theming app
Arthur Schiwon [Thu, 11 Aug 2016 14:42:37 +0000 (16:42 +0200)]
superfluous
Arthur Schiwon [Thu, 11 Aug 2016 14:37:11 +0000 (16:37 +0200)]
make sure shipped apps also setup their admin settings on a fresh install
Arthur Schiwon [Thu, 11 Aug 2016 13:50:31 +0000 (15:50 +0200)]
adjust files_external
Lukas Reschke [Thu, 11 Aug 2016 13:14:24 +0000 (15:14 +0200)]
Use createMock instead of deprecated getMock
Lukas Reschke [Tue, 9 Aug 2016 17:01:50 +0000 (19:01 +0200)]
Redirect users when already logged-in on login form
Arthur Schiwon [Thu, 11 Aug 2016 13:13:40 +0000 (15:13 +0200)]
adjust federatedfilesharing
Arthur Schiwon [Thu, 11 Aug 2016 12:48:21 +0000 (14:48 +0200)]
rename IAdmin to ISettings, the interface is not bound to a specific settings scope
Nextcloud bot [Thu, 11 Aug 2016 12:08:42 +0000 (12:08 +0000)]
[tx-robot] updated from transifex
Raghu Nayyar [Thu, 11 Aug 2016 10:23:39 +0000 (15:53 +0530)]
Adds opacity to image container.
Raghu Nayyar [Thu, 11 Aug 2016 07:39:42 +0000 (13:09 +0530)]
Removes uneeded styles.
Raghu Nayyar [Thu, 11 Aug 2016 07:29:57 +0000 (12:59 +0530)]
Uses javascript to invert the SVGs.