Commit Graph

33944 Commits

Author SHA1 Message Date
Roeland Jago Douma 7a4e5d8f40
Open exiration date picker directly on toggle 2016-08-09 19:55:58 +02:00
Arthur Schiwon ceeb44bd04
Initial work on Apps page split:
* interfaces for the Admin settings (IAdmin) and section (ISection)
* SettingsManager service
* example setup with LDAP app
2016-08-09 18:05:09 +02:00
Björn Schießle f3777f8271 Merge pull request #781 from nextcloud/personal_licence_title
Remove AGPL title
2016-08-09 17:58:44 +02:00
Roeland Jago Douma edeb41ccaf Merge pull request #780 from nextcloud/copy_fed_cloud_id
Add clipboard action to Personal Settings Fed Cloud Id
2016-08-09 16:18:15 +02:00
Marius Blüm 352ec077a2 Merge pull request #789 from nextcloud/padding_federation
Padding of federated servers
2016-08-09 16:02:48 +02:00
Robin Appelman a999420c75 get shared storage storage id without setting up the storage 2016-08-09 15:52:13 +02:00
Roeland Jago Douma c72a8a7eb3 Merge pull request #786 from nextcloud/fix-backgroundjob-logs
log class name, ID only is hard to debug
2016-08-09 15:48:26 +02:00
Roeland Jago Douma 59a073c185
Padding of federated server 2016-08-09 14:42:01 +02:00
Marius Blüm ba15687cc9 Merge pull request #767 from nextcloud/federation-error-messages
improve federation error messages
2016-08-09 14:28:11 +02:00
Roeland Jago Douma 6f37a65b77
Add clipboard action to Personal Settings Fed Cloud Id 2016-08-09 14:22:00 +02:00
Jörn Friedrich Dreyer ac5788927a
log class name, ID only is hard to debug 2016-08-09 14:21:50 +02:00
Roeland Jago Douma 81b45d0c90
Admin setting PHP and SMTP casing 2016-08-09 14:12:39 +02:00
Robin Appelman e783006fe2 make disabled apps more clear during upgrade 2016-08-09 13:46:41 +02:00
Björn Schießle 5253af5664 Merge pull request #779 from nextcloud/slideup_addtowebsite
Make 'Add to your website' toggleable
2016-08-09 13:44:56 +02:00
Roeland Jago Douma 3f859d8a38
Remove AGPL title 2016-08-09 13:37:25 +02:00
Roeland Jago Douma d8e8096eba
Make 'Add to your website' toggleable 2016-08-09 12:21:10 +02:00
Thomas Pulzer c5033670d5
Changed app and user menu delegates to mousedown events.
Added proper handling of primary mouse button click with and without ctrl-/meta-key modifier.
Added handlig of middle mouse button click.
2016-08-09 11:58:32 +02:00
Thomas Pulzer 8c9961aa22
Added OS X meta key check for stopping spinning animation in app and user menu. 2016-08-09 11:58:32 +02:00
Thomas Pulzer 1ab9477ac1
Fixed user menu to not show spinner on ctrl+click.
Fixes #616
2016-08-09 11:58:32 +02:00
Lukas Reschke c04b0364ac Merge pull request #750 from nextcloud/workflow-cleanup
Workflow cleanup
2016-08-09 11:29:31 +02:00
Lukas Reschke b4ed4e152e Merge pull request #746 from nextcloud/jail-root
getJailedPath expects $path to have a trailing /
2016-08-09 11:04:11 +02:00
Morris Jobke 4277051442 Merge pull request #660 from gdamjan/custom-config-dir
introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)
2016-08-09 10:58:23 +02:00
Bjoern Schiessle 50044fb792
improve federation error messages 2016-08-09 10:24:45 +02:00
Nextcloud bot 3a26def7cf
[tx-robot] updated from transifex 2016-08-09 00:10:11 +00:00
Lukas Reschke cb44bfe2b7 Merge pull request #774 from nextcloud/di_core_settings
Hanlde Core and Settings app in AppFramework
2016-08-08 23:15:06 +02:00
Roeland Jago Douma 0032a5c2d1
Hanlde Core and Settings app in AppFramework
'core' and 'settings' are just apps but we treat them slightly
different. Make sure that we construct the correct namespace so we can
actually do automatic AppFramework stuff.
2016-08-08 20:48:16 +02:00
Marius Blüm a858c73357 Merge pull request #764 from nextcloud/fix-tags-icon
Add black version of system tags icon
2016-08-08 19:42:16 +02:00
Lukas Reschke 679185028f Merge pull request #769 from nextcloud/also-cache-fonts-svg-and-gif
Also cache WOFF, SVG and GIF
2016-08-08 18:41:33 +02:00
Morris Jobke 97c8232b9f Merge pull request #739 from nextcloud/increment-versions-master
Increment the versions and adjust the capitilization
2016-08-08 18:05:33 +02:00
Lukas Reschke 35743c187d
Also cache WOFF, SVG and GIF 2016-08-08 17:39:53 +02:00
Roeland Jago Douma e7b515582a
Fix intergration test for admin_audit 2016-08-08 16:47:10 +02:00
Joas Schilling 81c30907e2
Disable by default 2016-08-08 16:45:40 +02:00
Joas Schilling 352e8b3c79
More casing 2016-08-08 16:45:40 +02:00
Joas Schilling dae6432ae7
Increment the versions and adjust the capitilization 2016-08-08 16:45:40 +02:00
Roeland Jago Douma 63f6d2d558
Allow ocs/v2.php/cloud/... routes
One of the possibilities of the old OCS API is that you can define the
url yourself.

This PR makes this possible again by adding an optional root elemenet to
the route. Routes are thus:

.../ocs/v2.php/<root>/<url>

By default <root> = apps/<app>

This will allow for example the provisioning API etc to be in
../ovs/v2/php/cloud/users
2016-08-08 15:01:26 +02:00
Lukas Reschke 70eef2a82e Merge pull request #445 from nextcloud/ocs_share_to_appframework
OCS Share API to appframework
2016-08-08 14:59:59 +02:00
Lukas Reschke e4436e46cb Merge pull request #752 from nextcloud/disbale_failing_test
Disbale failing intergration test for now
2016-08-08 12:01:42 +02:00
Lukas Reschke fa352a81a5 Merge pull request #728 from nextcloud/update-styling
Design fixes for updates
2016-08-08 11:23:31 +02:00
Björn Schießle 727cd6aad0 Merge pull request #711 from nextcloud/password-policy-on-createUser
Apply password policy on user creation
2016-08-08 11:17:07 +02:00
Bugsbane 9a9b78252f Add black version of system tags icon
Includes PNG (16x16px) and SVG (scoured) versions in black, to be uniform with the other icon files.
2016-08-08 03:08:46 -04:00
Nextcloud bot 344916de15
[tx-robot] updated from transifex 2016-08-07 00:10:23 +00:00
Nextcloud bot b80e3e70e5
[tx-robot] updated from transifex 2016-08-06 00:10:17 +00:00
Roeland Jago Douma 044da699fb Merge pull request #747 from nextcloud/up_24941
Move Share backends to PSR-4 instead of using class path (#24941)
2016-08-05 15:38:26 +02:00
Roeland Jago Douma 774ff433d7
Disbale failing intergration test for now
I have not been able to reproduce this failure locally yet.
But it seems to happen often on CI.
So disable for now.
2016-08-05 15:29:10 +02:00
Joas Schilling 94ac627c37
Allow a description for workflow sections 2016-08-05 15:18:15 +02:00
Joas Schilling 09f095d30f
Add placeholder to the name field 2016-08-05 15:15:27 +02:00
Joas Schilling e3ed77adcf
Rename operations and checks 2016-08-05 15:14:40 +02:00
Joas Schilling 549f22ab62
Highlight the check row on hover 2016-08-05 15:13:22 +02:00
Joas Schilling 777504d0e0
Add some space between the rule groups 2016-08-05 15:12:57 +02:00
Roeland Jago Douma dd44624540 Merge pull request #732 from nextcloud/fix-shipped.json
Order alphabetically and deduplicate the shipped.json
2016-08-05 15:11:28 +02:00