Граф коммитов

176 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling baadb47050 Add a new OCS endpoint that allows to give an offset 2015-12-11 10:35:01 +01:00
Joas Schilling 0c1cf28310 Merge pull request #424 from owncloud/issue-423-index-for-expire-query
Add an index to cover the expire SQL query
2015-10-26 16:05:37 +01:00
Joas Schilling b2a02a5e70 Merge pull request #414 from owncloud/fix-file-paths-in-parameters
Fix file paths in parameters
2015-10-26 10:06:58 +01:00
Joas Schilling 7f6f2ab16b Add an index to cover the expire SQL query 2015-10-26 09:57:55 +01:00
Joas Schilling 64cba6a64f Add a ViewInfoCache so we don't call the view multiple times 2015-10-15 13:16:09 +02:00
Joas Schilling 9a6e9abd7e Add test for DataHelper 2015-10-14 12:08:28 +02:00
Joas Schilling e5dd055e6b Update versions for 9.0 2015-10-13 08:43:06 +02:00
Joas Schilling 8aa0365e29 Use a parameter object instead of array magic 2015-10-12 16:26:06 +02:00
Joas Schilling 23650a27fa Use l10n factory instead of non-existing method 2015-10-08 15:52:33 +02:00
Joas Schilling 4a6c4d7b8f Add more tests for remaining methods 2015-09-15 11:10:25 +02:00
Joas Schilling 7958dba95c Write more tests for FilesHooks 2015-09-15 11:10:25 +02:00
Joas Schilling c4e3745677 Move background job registration to install/update 2015-09-14 10:24:09 +02:00
Joas Schilling f34548668b Use IMimeTypeDetector 2015-08-29 01:27:05 +02:00
Joas Schilling e24d028759 Increase required OC version 2015-08-20 15:54:58 +02:00
Joas Schilling 374f278efe Use IEvent object in consumer and data->send()/data->storeMail() 2015-08-20 13:03:59 +02:00
Joas Schilling 0470887a2a Add the file id to the activities where we can 2015-08-17 16:20:00 +02:00
Joas Schilling 4bc6b71ac9 Do not use global DB and User in Data 2015-08-14 12:35:17 +02:00
Joas Schilling 869850858a Merge pull request #328 from owncloud/wip-no-html-sending
Return activities as JSON instead of sending HTML
2015-08-14 12:34:46 +02:00
Joas Schilling 4f2c5ec36a Remove unused Display class (content was melted into the activites controller) 2015-08-13 16:42:47 +02:00
Joas Schilling e19c4682b9 Return JSON instead of compiled HTML 2015-08-13 16:41:16 +02:00
Joas Schilling 34279aed14 Marking some files as "nullable" so we can put empty strings into them,
Thanks oracle
2015-08-11 13:03:35 +02:00
Joas Schilling cbbb7a752c Find the federated cloud id in contacts for better readability 2015-07-24 14:47:18 +02:00
Joas Schilling 893a5c4d3a Do not use deprecated Util::linkTo() 2015-07-22 08:47:29 +02:00
Joas Schilling 8d22b745b5 Merge pull request #318 from owncloud/deprecation-cleanup-8.1
Deprecation cleanup after 8.1
2015-07-02 11:13:41 +02:00
Joas Schilling c08e5e8216 Remove OCS id because the app is shipped 2015-07-02 10:02:49 +02:00
Joas Schilling e74a230d45 Do not use deprecated method in template 2015-07-01 14:44:34 +02:00
Joas Schilling c11d9de2a1 Use DI database connection instead of global 2015-06-30 17:06:46 +02:00
Joas Schilling 21ab9d80ab Do not use deprecated OCP\DB in update.php 2015-06-30 17:03:20 +02:00
Joas Schilling 5467d8e6a0 Increase the versions for the 8.1 release 2015-05-13 10:03:35 +02:00
Joas Schilling fd70e00ae7 Use OCP\API (as first app xP ) 2015-04-18 09:35:22 +02:00
Joas Schilling a08b515fb6 Use urlGenerator to get the absolute URL of the installation 2015-04-18 09:33:21 +02:00
Joas Schilling e0f414f60b Use method from activity manager to get the user from token 2015-03-30 15:06:15 +02:00
Joas Schilling 1633690f2b Hide the navigation entries when they are just duplicates or empty 2015-03-30 14:56:43 +02:00
Joas Schilling 880de2239c Use the correct app name for sharing events 2015-03-30 14:56:43 +02:00
Joas Schilling 1657ff02cd Delete entries which are not a serialize or json_encode due to the old column length 2015-03-24 21:49:56 +01:00
Joas Schilling e48c471d5b Avoid updating the oc_activity table, since it might take quite long :/ 2015-03-24 21:49:56 +01:00
Joas Schilling b46b59f975 Increase field size for parameter columns 2015-03-24 21:49:56 +01:00
Joas Schilling 61376f849c Merge pull request #266 from owncloud/swift-mailer-finally
Swift mailer finally
2015-03-24 14:24:44 +01:00
Joas Schilling e1d8fde672 Use \OCP\IUserManager instead of static getDisplayName() 2015-03-23 10:58:58 +01:00
Joas Schilling 3c4d4ac615 Use OCP\Mail\IMailer for DI 2015-03-23 10:44:16 +01:00
Joas Schilling b951cc7f84 Use UserManager instead of OC_Util for better testability 2015-03-20 10:50:12 +01:00
Lukas Reschke b08d315935 Merge pull request #261 from owncloud/issue/core/14881-closure-navigation-entry
Use a closure for the navigation entry, to speed up webdav and ajax call...
2015-03-17 12:16:41 +01:00
Joas Schilling a20052a397 Use a closure for the navigation entry, to speed up webdav and ajax calls 2015-03-16 16:51:12 +01:00
Joas Schilling 6748808bde Check whether avatars are enabled before adding them 2015-03-14 16:02:40 +01:00
Lukas Reschke 5e17666652 Merge pull request #253 from owncloud/issue/250-self-action-magic
Fix incorrect magic for "self action" check
2015-03-11 17:22:48 +01:00
Joas Schilling 69c6f8d43e Fix incorrect magic for "self action" check 2015-03-09 14:40:07 +01:00
Joas Schilling ceaae0190e Add test coverage for MailQueueHandler 2015-02-25 18:11:21 +01:00
Joas Schilling b0ee54be13 Inject objects into Display for better testability 2015-02-24 16:10:51 +01:00
Joas Schilling 8950cd0275 Remove rss.php and rename the controller route to the old URL 2015-02-23 14:41:12 +01:00
Joas Schilling 753dfa26a7 Correctly overwrite user and language in the feed 2015-02-23 13:45:48 +01:00
Joas Schilling 83865de1b1 Inject the DataHelper into the EmailNotification
This is possible because we can now inject the user and the language
2015-02-23 13:24:24 +01:00
Joas Schilling 0f1c5715cc Inject current user into parameter helper 2015-02-20 17:19:57 +01:00
Joas Schilling 86ff682ec0 Move the RSS feed logic to a controller 2015-02-20 16:16:56 +01:00
Joas Schilling a081f110ea Unify the names of the stream template files 2015-02-19 11:20:16 +01:00
Joas Schilling f97cab3ad9 Merge pull request #236 from owncloud/issue/225-split-hooks-file
Issue/225 split hooks file
2015-02-18 15:27:28 +01:00
Joas Schilling 2652c42958 Merge branch 'issue/225-sharing-extension-moved'
Conflicts:
	appinfo/app.php
	appinfo/application.php
	tests/applicationtest.php
2015-02-18 14:54:45 +01:00
Joas Schilling adc08258c9 Do not register sharing activity logic 2015-02-18 14:41:01 +01:00
Joas Schilling 9438046661 Do not register the logic for files activities 2015-02-18 14:37:57 +01:00
Joas Schilling f77b7aec67 Use json_encode/json_decode instead of (un)serialize() for the parameters 2015-02-17 17:10:58 +01:00
Joas Schilling 46882897f2 Move connection for user delete hook to a new file 2015-02-16 17:28:52 +01:00
Joas Schilling c0ddcb9e5f Rename files and classes 2015-02-16 17:26:56 +01:00
Joas Schilling 3c5f801197 Merge pull request #226 from owncloud/create-activity-files-extension
Create activity files extension
2015-02-13 09:51:38 +01:00
Joas Schilling a8e05488e1 Merge pull request #223 from owncloud/issue/218-joblist-service
Directly use JobList service from container
2015-02-09 12:10:33 +01:00
Joas Schilling e20359cd95 Split files_sharing stuff into another extension 2015-02-05 15:32:40 +01:00
Joas Schilling 0e4e73ec3d Move nagivation to extension 2015-02-05 14:53:43 +01:00
Joas Schilling 9f8fb2a5e2 Move translations of the files app to the extension 2015-02-05 14:53:43 +01:00
Joas Schilling 082539b978 Move the type icons of the files stuff to an extension 2015-02-05 14:53:43 +01:00
Joas Schilling 24ab014e10 Remove update file for oC6 to oC7 update 2015-02-05 12:26:47 +01:00
Joas Schilling ea896ca9cb Directly use JobList service from container 2015-02-05 11:50:03 +01:00
Joas Schilling 24090b87c0 Increase required oC version and own app version 2015-01-14 13:07:29 +01:00
Joas Schilling db80f91f25 Register the expire background job, so old activities are expired 2015-01-05 12:01:16 +01:00
Joas Schilling 0af714e4d1 Merge pull request #205 from owncloud/move-personal-to-controller
Move personal to controller and add tests for it
2014-12-24 12:36:57 +01:00
Joas Schilling 9a3bba07e6 Move logic from personal.php to a controller method 2014-12-24 12:21:08 +01:00
Joas Schilling 22fc9604ab Merge pull request #202 from owncloud/issue/201-extension-emails
Add email activities for activities from the manager and test the consumer
2014-12-22 11:51:44 +01:00
Joas Schilling 2f2336c162 Remove OC\Preference from UserSettings 2014-12-17 15:42:32 +01:00
Joas Schilling 9c42477532 Add email activities for activities from the manager and test the consumer 2014-12-16 14:52:52 +01:00
Joas Schilling 2f699f155b Move RssToken to navigation constructor 2014-12-12 17:28:23 +01:00
Joas Schilling 2f380bf0d1 Add tests for service creations 2014-12-12 17:17:26 +01:00
Joas Schilling 9bcc1d5618 Use OCP\DateTimeFormatter from core 2014-12-12 15:57:45 +01:00
Joas Schilling dad3c403de Replace index.php with a controller 2014-12-12 15:23:48 +01:00
Joas Schilling 585bd5eb6b Always prepareParameters and allow extensions to specify the specialParams 2014-12-11 15:42:21 +01:00
Joas Schilling 46fe8d6018 Move ajax/fetch.php to a new controller 2014-12-11 10:23:10 +01:00
Joas Schilling 6bfcc8561b Move rss feed setting to controller 2014-12-10 13:30:43 +01:00
Joas Schilling 71087b8050 Move settings to controller 2014-12-10 13:30:43 +01:00
Joas Schilling 357d7fbb95 Mock the ActivityManager so we don't interfer with core apps 2014-12-10 11:38:28 +01:00
MTRichards 47cc9f6869 Forgot a '.' 2014-10-08 21:10:04 -04:00
MTRichards db0c67020c Updated info.xml app description
Updated app description
2014-10-08 21:05:25 -04:00
Joas Schilling c92815a80f Use "." as a separator in route names as per convention 2014-09-08 12:09:24 +02:00
Lukas Reschke a22513d395 Add explicit routing
Fixes #141
2014-09-08 11:31:02 +02:00
Joas Schilling 71d39f3f02 Merge pull request #107 from owncloud/add_ocsid
Add ocsid
2014-07-14 14:38:41 +02:00
libasys 7c5a401f61 Update database.xml
Changed in table activity_mq col amq_affecteduser from varchar 255 to 64
2014-07-10 19:19:30 +02:00
libasys b2ab5d732e Change user, affecteduser from varchar 255 to 64
cause if you are looking in the oc_user table the uid and displayname column have a max of varchar(64) so the max for you also varchar(64)
if not you are running with some databases in following error
```
innoDB': SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes
```
2014-07-09 16:53:01 +02:00
Georg Ehrke 11f6ecd09a increment version number 2014-07-07 17:19:44 +02:00
Georg Ehrke 0e55482928 add ocsid 2014-07-07 17:19:25 +02:00
fossxplorer 30a293ff24 Charset changed to utf8.
Charset changed from latin 1 to utf8 to avoid any potential issues in the future
2014-07-02 10:52:04 +02:00
Joas Schilling 5e98ce84d6 Fix cloud/activity OCS API link 2014-06-11 14:20:20 +02:00
Joas Schilling c416543252 Add some additional indexes for the most used queries 2014-06-03 19:26:17 +02:00
Joas Schilling 67ddb964a6 Remove duplicate guid in feed 2014-06-03 12:25:02 +02:00
Joas Schilling 8bfc9edaf4 We can not update "A shared B with you" activities 2014-06-03 11:55:02 +02:00
Lukas Reschke 2485d7db2a Merge pull request #20 from owncloud/issue/9
Remove search for activities
2014-05-28 22:55:05 +02:00