Joas Schilling
9c63f2e686
Split parameter methods into a new class
2014-06-16 14:09:22 +02:00
Joas Schilling
e5e08fc447
Correctly use display name instead of userid
...
Fix #70
2014-06-16 14:02:52 +02:00
Joas Schilling
dc0aaaf95d
Split code for special variables to a new method
2014-06-16 14:02:51 +02:00
Joas Schilling
8a518548d5
Split prepareParameters into String and Array sub methods
2014-06-16 11:32:36 +02:00
Joas Schilling
c36a711456
Reduce more nestings
2014-06-16 11:16:40 +02:00
Joas Schilling
0edef62441
Reduce nesting in group helper
2014-06-16 10:53:18 +02:00
Joas Schilling
e037d866ef
Reduce code nesting
2014-06-16 10:43:51 +02:00
Joas Schilling
5be0482f16
Merge pull request #68 from owncloud/fix-resharing-activities
...
Correctly use current user instead of file owner as user for sharing activities
2014-06-12 10:41:39 +02:00
Joas Schilling
1e14ec9f5c
Fix more doc blocks
2014-06-12 10:27:11 +02:00
Joas Schilling
5a67a69935
Fix 🐫 for DeepDiver :P
2014-06-12 10:04:57 +02:00
Joas Schilling
7e261ef40e
Remove old code
2014-06-12 10:01:09 +02:00
Joas Schilling
23534576b1
Fix more doc blocks
2014-06-12 09:53:41 +02:00
Joas Schilling
37372f74a2
Fix doc block of addNotificationsForUser()
2014-06-12 09:51:29 +02:00
Joas Schilling
5a002936f3
Remove more code duplication
2014-06-12 09:37:10 +02:00
Joas Schilling
74acc02af7
Remove trailing slash from item name when sharing a folder
2014-06-12 08:50:59 +02:00
Joas Schilling
a2a652d702
Correctly use current user instead of file owner as user for sharing activities
2014-06-12 08:49:55 +02:00
Joas Schilling
c5b9473787
Cast subject and message to string, so we can test it properly
2014-06-11 17:39:05 +02:00
Joas Schilling
f777e14aa3
Do not link the subject for the files app
2014-06-11 14:20:23 +02:00
Joas Schilling
79685cec1f
Revert "Don't use global links anymore (we link the file names instead)"
...
This reverts commit 6ed673c20f
.
Conflicts:
lib/hooks.php
2014-06-11 14:20:22 +02:00
Joas Schilling
5e98ce84d6
Fix cloud/activity OCS API link
2014-06-11 14:20:20 +02:00
Joas Schilling
f686a12add
Add some more information to the activity arrays
2014-06-11 14:20:19 +02:00
Joas Schilling
183cfbdf5c
Update RSS feed link with JS after enabling it
2014-06-06 12:04:04 +02:00
Joas Schilling
23687bf6ad
Prepare template for RSS Token links
2014-06-06 12:02:24 +02:00
Joas Schilling
a3e577bd2d
Prepend a slash to legacy file names so the link works correctly
2014-06-04 18:19:39 +02:00
Joas Schilling
97831cb931
Fix doc block of Data::send()
2014-06-04 17:31:54 +02:00
Joas Schilling
6412953b9a
Fix more doc blocks
2014-06-04 17:09:57 +02:00
Joas Schilling
d9b08ceff0
Fix parameter description
2014-06-04 16:52:08 +02:00
Joas Schilling
813132eddf
Reduce nesting level
2014-06-04 16:26:27 +02:00
Joas Schilling
54a2e97076
Move query generation to the Data class
...
Also return an empty array instead of running the query
2014-06-04 15:34:31 +02:00
Joas Schilling
4dee5cdabd
Fix deleteActivities() condition generation
2014-06-04 14:57:11 +02:00
Joas Schilling
4809d72d48
Make deleting more generic and stop querying the table directly
2014-06-04 14:15:23 +02:00
Joas Schilling
575765421f
Move filterUsersBySetting() into UserSettings class
2014-06-04 13:04:30 +02:00
Joas Schilling
d18c923768
Rename some methods and add doc blocks
2014-06-04 13:02:45 +02:00
Joas Schilling
2588a27dd3
Split user setting related stuff to a new class
2014-06-04 12:51:17 +02:00
Joas Schilling
b19c3f5b83
Rename parameter and fix doc block
2014-06-04 12:37:57 +02:00
Joas Schilling
8c649471ab
Move displaying stuff into a new class
2014-06-04 12:34:09 +02:00
Jan-Christoph Borchardt
eccfad2821
Merge pull request #57 from owncloud/fix-old-activities
...
Ensure that the params is actually an array
2014-06-04 11:26:53 +02:00
Joas Schilling
7796aa9299
Ensure that the params is actually an array
2014-06-03 20:50:46 +02:00
Joas Schilling
b19c476a79
Change order of filters and fix some minor things
2014-06-03 19:09:34 +02:00
Joas Schilling
9c88d51a94
Remove files app filter, when it's the only app
2014-06-03 18:43:38 +02:00
Joas Schilling
756b446e3c
Allow apps to add filters and add a filter for the files app
2014-06-03 18:39:31 +02:00
Joas Schilling
8ae37f4b39
Allow filtering for own activities, activities of others and share related
...
Fix #18
2014-06-03 18:16:45 +02:00
Joas Schilling
ee579a1f66
Move navigation to class and add tests
2014-06-03 16:26:07 +02:00
Joas Schilling
e740c543db
Make expiration days a parameter
2014-06-03 12:32:37 +02:00
Joas Schilling
9d1a618f9c
Remove more references of activity_id
2014-06-03 11:56:36 +02:00
Joas Schilling
66decafbd4
Move RSS generation to template
2014-06-02 21:41:41 +02:00
Joas Schilling
2b2a127e22
Merge pull request #45 from owncloud/issue/13
...
Issue/13 display avatar next to user names
2014-06-02 17:51:02 +02:00
Joas Schilling
61f115bdeb
Fix grouping with same file:
...
"UserA changed FileB, FileB, FileB" should be "UserA changed FileB" only
2014-06-02 17:12:40 +02:00
Joas Schilling
eb282e9a33
Display user avatar next to usernames to make them more recognizable
2014-06-02 17:05:04 +02:00
Joas Schilling
0a605bb548
Prepare "prepareParameters()" for user names
2014-06-02 15:58:51 +02:00
Jan-Christoph Borchardt
580ce710aa
Merge pull request #42 from owncloud/issue/2
...
Better grouping of activities
2014-06-02 15:29:02 +02:00
Joas Schilling
4f47acf89d
Correctly use translated strings for title and description of the feed
2014-06-02 13:25:16 +02:00
Joas Schilling
e05fd4f77c
Fix parent link from root dir
2014-06-02 13:04:40 +02:00
Joas Schilling
e7665b7f25
Fix RSS feed messages
2014-06-02 12:50:57 +02:00
Joas Schilling
fe78aa1029
Remove if-statements that are always true
2014-06-02 12:11:43 +02:00
Joas Schilling
6ed673c20f
Don't use global links anymore (we link the file names instead)
2014-06-02 12:07:54 +02:00
Joas Schilling
a6a6cf6360
Move file parameter preparation into new method, to reduce complexity
2014-06-02 11:56:34 +02:00
Joas Schilling
358f1e76e3
Use a new index for the params array, so scrutinizer does not complain
2014-06-02 11:40:57 +02:00
Joas Schilling
f63bd144da
Fix tests
2014-06-02 11:35:42 +02:00
Joas Schilling
6e783777aa
Move link to activity subject
2014-06-02 11:10:34 +02:00
Joas Schilling
2d1b39d0da
Use tooltip for the list of trimmed files
2014-06-02 10:41:09 +02:00
Joas Schilling
bb2c3dcc83
Remove title attribute from message
2014-06-02 10:30:23 +02:00
Joas Schilling
725c3fbb83
Only add title when path is trimmed and adjust tests
2014-06-02 10:23:24 +02:00
Joas Schilling
6ccebf0da8
Prepare more information for "%n more"
2014-06-02 10:08:32 +02:00
Joas Schilling
9e5f0d7c97
Remove leading slash and add tipsy
2014-05-31 11:23:25 +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
Joas Schilling
3cd376417d
Remove unused OC_L10N object
2014-05-28 18:54:48 +02:00
Joas Schilling
c88e0f8231
Merge pull request #36 from owncloud/fix-translation-issues
...
Fix translation issues
2014-05-28 18:21:08 +02:00
Joas Schilling
82a5fe800a
Remove grouping logic form template file as it does not apply anymore
2014-05-28 18:14:22 +02:00
Joas Schilling
a5f565b83c
Try to satisfy scrutinizer
2014-05-28 18:00:34 +02:00
Joas Schilling
84a6fcc7ea
Fix language
2014-05-28 17:56:46 +02:00
Joas Schilling
21fbf4ca88
Add GroupHelper to group activities more logical
2014-05-28 17:42:52 +02:00
Joas Schilling
332a654b04
Fix translation() usage
2014-05-28 15:50:22 +02:00
Joas Schilling
3d289470a6
Only remove substring when we found a / in it
2014-05-28 14:35:55 +02:00
Joas Schilling
71171d80aa
Split activity preparation into DataHelper class
2014-05-28 13:02:01 +02:00
Joas Schilling
4b970eb1b1
Correctly use "deleted_by" language string when someone else deleted a file
2014-05-28 11:30:43 +02:00
Joas Schilling
917249ca7f
Merge pull request #24 from owncloud/issue/16
...
Delete activities and email queue entries when deleting users
2014-05-28 00:29:55 +02:00
Joas Schilling
9162f36533
Remove double quotes from language strings and make them easier for translators
...
Fix #35
2014-05-27 18:12:33 +02:00
Joas Schilling
da985066a3
Replace query and aget batchtime with \OC\Preferences
2014-05-23 19:10:54 +02:00
Joas Schilling
54549d5feb
Use \OC\Preferences::getValueForUsers() in Hooks::filterUsersBySetting()
2014-05-23 18:44:15 +02:00
Joas Schilling
530711b41b
Use \OC\Preferences::getValueForUsers() in EmailNotification
...
Fix #17
2014-05-23 17:47:35 +02:00
Joas Schilling
5dc2455a67
Delete activities and email queue entries when deleting users
...
Fix #16
2014-05-23 14:19:18 +02:00
Joas Schilling
f531e5962c
Remove full class name and old property
2014-05-23 14:19:17 +02:00
Joas Schilling
f66a322fda
Merge pull request #27 from owncloud/issue/4
...
Fix underscore and replace with CamelCase
2014-05-22 15:35:38 +02:00
Joas Schilling
df3efb3c52
Merge pull request #21 from owncloud/issue/3
...
Issue/3 Add cron job for expiring of activities
2014-05-22 15:35:20 +02:00
Joas Schilling
54da538b9e
Deduplicate preparation of the activity rows after getting them from the db
2014-05-21 18:18:44 +02:00
Joas Schilling
91c84e7bb9
Fix invalid doc block
2014-05-21 18:14:22 +02:00
Joas Schilling
93e9f28639
Deduplicate get page code
2014-05-21 18:08:17 +02:00
Joas Schilling
4648b809bf
Fix some more 🐫 in data.php
2014-05-21 17:40:38 +02:00
Joas Schilling
206b971aa3
Fix 🐫 for prepareFilesParams()
2014-05-21 17:37:46 +02:00
Joas Schilling
885aa81059
Remove random expire() call from send()
2014-05-21 12:10:51 +02:00
Joas Schilling
bf9371e310
Add cron job for expiring of activities
...
Fix #3
2014-05-21 12:10:45 +02:00
Joas Schilling
7fcb96c9ce
Remove search for activities
...
The search for activities does not really make sense. If a user searches he
wants to get the result from the files app and not the activity.
Fix #9
2014-05-21 12:00:35 +02:00
Björn Schießle
8e0700e962
Merge pull request #1743 from owncloud/issue/1669
...
Issue/1669 Email Notifications
2014-05-21 04:38:40 -04:00
Joas Schilling
733676a4fc
Use constants instead of magic numbers
2014-05-21 10:32:16 +02:00
Joas Schilling
a8b16217ac
And one more 🐫 file
2014-05-20 16:24:00 +02:00
Joas Schilling
092c2e07ac
Fix 🐫 in data and hooks
2014-05-20 16:13:46 +02:00
Joas Schilling
508c56a030
Fix 🐫 in lib/backgroundjob/emailnotification.php
2014-05-20 16:09:19 +02:00
Joas Schilling
444c12fb50
Fix spelling issues
2014-05-20 16:02:55 +02:00
Joas Schilling
4f9bb242d2
Add indexes
2014-05-20 14:01:20 +02:00
Joas Schilling
2523873c37
Resolve todo with interval
2014-05-20 13:27:38 +02:00
Joas Schilling
62d8023d85
Uniform the copyright names and email address
2014-05-20 13:09:42 +02:00
Joas Schilling
ff6383aed8
Move email text into a template file
2014-05-20 13:03:55 +02:00
Joas Schilling
402e3fefc9
Update comment to point out the issue
2014-05-20 12:09:31 +02:00
David Prévot
8b7b48c90a
Fix comment about LGPL
2014-05-17 15:21:38 -04:00
Joas Schilling
e1c7ecbcd7
Fix sending of Emails
2014-05-14 23:28:18 +02:00
Joas Schilling
f779ca309b
Get the email and language form the preference table and use it to send the mail
2014-05-14 23:24:55 +02:00
Joas Schilling
ef6c258817
Fix parameter order for some emails
2014-05-14 23:24:11 +02:00
Joas Schilling
8e8bcf837a
Allow to inject OC_L10N into translate()
2014-05-14 23:23:43 +02:00
Joas Schilling
80055de4c9
Batch emails in CLI in packs of 500 to avoid problems with db queries
...
Fix https://github.com/owncloud/apps/pull/1743/files#r12649705
2014-05-14 21:38:40 +02:00
Joas Schilling
01bee94f3e
Order items by creation time
2014-05-14 18:11:32 +02:00
Joas Schilling
5f96202057
Finish background job (apart from interval setting)
2014-05-14 18:08:00 +02:00
Joas Schilling
bcebcabbef
Add MailQueueHandler
2014-05-14 18:05:38 +02:00
Joas Schilling
080a2e5fb1
Add BackgroundJob for sending Emails
2014-05-14 17:02:27 +02:00
Joas Schilling
c8a5299f59
Fix subject for emails
2014-05-14 17:02:26 +02:00
Joas Schilling
441f903938
Fix missing error wrapper on email query
2014-05-14 17:02:25 +02:00
Joas Schilling
c1c5b944e8
Return batchtime for when filtering the users for email
2014-05-14 17:02:25 +02:00
Joas Schilling
b07dffb5f9
Store Activities to Mail Queue
2014-05-14 17:02:24 +02:00
Joas Schilling
f459b437b1
Fix loading of the users selected batchtime setting
2014-05-14 17:02:23 +02:00
Joas Schilling
e2efd9e43e
Add Activity Mail Queue, yay
2014-05-14 17:02:23 +02:00
Joas Schilling
da6355d3ff
Prepare code layout and loops for email settings
2014-05-14 17:02:20 +02:00
Joas Schilling
70301cc4f3
Remove `<strong>` hack and correctly \OC_Util::sanitizeHTML() the data before usage
2014-05-14 15:49:44 +02:00
Joas Schilling
e41d954351
Fix Undefined index: message_long
2014-05-14 15:42:46 +02:00
Joas Schilling
83cefd2dea
Add missing $highlight_params to the doc block
2014-05-14 15:22:27 +02:00
Joas Schilling
f5857ca914
Display folder icon when a folder was shared/created
2014-05-14 13:02:03 +02:00
Joas Schilling
d6b0f1e039
Merge branch 'activity-design' of https://github.com/owncloud/apps into activity-design
...
# By Jan-Christoph Borchardt
# Via Jan-Christoph Borchardt
* 'activity-design' of https://github.com/owncloud/apps :
align icons to top in activity groups
change colored change icon to black/grey for less distraction
2014-05-14 12:00:42 +02:00
Joas Schilling
f78d7a8621
Highlight usernames, files and other params in subjects
2014-05-14 11:59:58 +02:00
Jan-Christoph Borchardt
c4909dbe1e
change colored change icon to black/grey for less distraction
2014-05-14 11:44:38 +02:00
Joas Schilling
3d72979d89
Add icon for share activities
2014-05-14 11:28:44 +02:00
Joas Schilling
bd3d936245
Make a short and long version of subjects and use the short one in the UI
...
The long one is displayed on hover
2014-05-14 10:56:33 +02:00
Joas Schilling
c3aa2be71b
Fix icons for delete and add
2014-05-14 10:18:48 +02:00
Vincent Petry
f31b096d1d
Merge pull request #1685 from owncloud/issue/1670
...
More activities events
2014-05-13 12:46:50 +02:00
Joas Schilling
12b266eab2
Fix getting the owners path (was broken by removal of the Shared/ folder)
2014-05-10 09:37:34 +02:00
Joas Schilling
9abfcc2cc9
Remove hardcoded Shared/ folder
2014-05-05 22:08:55 +02:00
Joas Schilling
c1a0b7c1cc
Listen to post_create and post_update rather than post_write
2014-05-05 20:00:29 +02:00
Joas Schilling
eb7a40a36c
Try to translate strings that are missing
2014-04-28 16:13:49 +02:00
Joas Schilling
c7613d8c3b
Remove path from file names to make activities easier readable
2014-04-28 16:10:30 +02:00
Joas Schilling
9457c3ce57
Fix parameter order in shared_with_by
2014-04-28 15:28:24 +02:00
Joas Schilling
cffe628801
Better translation for activities
2014-04-28 15:13:45 +02:00
Joas Schilling
67d813cc70
Remove translation strings from database
2014-04-28 15:01:49 +02:00
Joas Schilling
484fbc2ce3
Fix missing 5th argument for OC_Search_Result in activity and reader
...
Fix #1772
2014-04-23 17:48:22 +02:00
Joas Schilling
261d6fad85
Add missing subjectparams and messageparams to SELECT
...
Fix #1772
2014-04-23 17:40:16 +02:00
Joas Schilling
ff855270a4
Remove old wrapper
2014-04-23 17:05:16 +02:00
Joas Schilling
a828c39a9f
Add simple methods for fixed create and update hooks
2014-04-23 17:04:47 +02:00
Joas Schilling
cc6e40d58c
Do not work on results of failed queries
2014-04-23 16:48:50 +02:00
Joas Schilling
cebe6b28c1
Fix getSourcePathAndOwner() for reshares
2014-04-23 16:29:46 +02:00
Joas Schilling
8e765d6623
Prepare code layout and loops for email settings
2014-04-23 16:29:41 +02:00
Joas Schilling
e6066e0cf7
Fix order of arguments in array_chunk()
2014-04-23 16:28:10 +02:00
Joas Schilling
f4ec3ac5aa
Use userid as key in filtered list to allow isset() checks
2014-04-23 16:28:08 +02:00
Joas Schilling
5c0b654680
Filter users by their settings before adding the activity for them.
2014-04-16 14:53:28 +02:00
Joas Schilling
0f422e2645
Correctly store unselected user setting
2014-04-16 12:45:58 +02:00
Joas Schilling
d98bdbfe71
Change type to string and use one preference per type
2014-04-16 12:25:44 +02:00
Joas Schilling
15e3b261e1
Do not add activities for .part files
...
Fix owncloud/core#7950
2014-04-16 12:25:43 +02:00
Joas Schilling
19397e6b5d
Fix sharing an item with a group
2014-04-16 12:25:42 +02:00
Joas Schilling
393cdbaa87
Do not loop over all shares unneccessarily
2014-04-16 12:25:42 +02:00
Joas Schilling
2fa006cb28
Fix activities and links when folders and files are shared:
...
* When sharing via link, the activity link leads to the user's root instead of the folder
* When sharing an item with a user, the links always lead to the new user's target folder
* When sharing an item with a group, an activity was created for the group
2014-04-16 12:25:41 +02:00
Joas Schilling
c7e1acd385
Add activities for shared users when a file is added or deleted
...
Fix #1670
2014-04-16 12:25:40 +02:00
Joas Schilling
224d4cf43a
Move template code from lib/Data to template file
...
Fix #1729
2014-04-02 10:15:26 +02:00
Vincent Petry
cc0d4320a2
Merge pull request #1727 from owncloud/issue/1726
...
Add activity subjects to translation system
2014-04-01 13:09:18 +02:00
Joas Schilling
05bff232e9
Remove todo for translating the subjects
...
Fix #1726
2014-03-28 11:08:29 +01:00
Joas Schilling
dc00636ea0
Add activity subjects to translation system
...
Fix #1726
2014-03-28 10:48:28 +01:00
Joas Schilling
81fef2a359
Opening curl braces on previous line
...
Fix #1705
2014-03-28 10:13:43 +01:00
Joas Schilling
97c55b4c25
Extract user notification type query generation into a new method
...
Fix #1705
2014-03-26 14:11:12 +01:00
Joas Schilling
f981dfdd9b
Change the wording a bit and highlight the keyword of the setting
...
Fix #1705
2014-03-26 11:58:21 +01:00
Joas Schilling
e5ca386634
Correctly deal with empty selections and respect the setting while searching
2014-03-19 13:57:28 +01:00
Joas Schilling
c5ef3634ae
Add personal settings for stream activities
...
Already has some new settings and email included, but these options are hidden
from the UI until the activities themselves are implemented.
Fix #1705
2014-03-19 13:35:04 +01:00
Victor Dubiniuk
63f836a00e
Fix Strict Standards notice
2013-11-03 18:38:40 +03:00
Victor Dubiniuk
811a91d5f9
Fix Undefined index: isGrouped
2013-11-03 18:34:23 +03:00
Jörn Friedrich Dreyer
34bd22d254
remove explicit class registration, minor whitespace fixes
2013-10-30 16:09:34 +01:00
Lukas Reschke
3c4c5c4ca6
Update lib_activity.php
...
@karlitschek :-(
2013-10-27 13:49:29 +01:00
Frank Karlitschek
bcc5447d80
catch double create/changed hooks and only use the create one.
2013-10-21 07:25:49 +02:00
Jörn Friedrich Dreyer
a7303ce497
add missing backticks
2013-10-14 16:47:53 +02:00
Frank Karlitschek
02d817eee5
fix previews and avatars
2013-10-14 11:39:37 +02:00
Frank Karlitschek
9a011c1397
hook system seems to work fine now. So time to remove the debug output
2013-10-13 21:07:03 +02:00
Frank Karlitschek
22f8ceffcc
fixes
...
https://github.com/owncloud/core/issues/5289
2013-10-13 20:55:03 +02:00
Frank Karlitschek
cf2793e404
use display name
2013-10-13 20:42:13 +02:00
Thomas Müller
6df0ede3f9
fixing not yet available api for activities
2013-10-11 00:13:17 +02:00
Thomas Müller
e72d24a4b0
adding OC6 public API for activities
2013-10-09 18:06:21 +02:00
Frank Karlitschek
4e217b9fa1
fix events if someone changes a shared file
2013-10-08 23:46:14 +02:00
Frank Karlitschek
30c6ba1a81
fix warning. Fix event for file sharing
2013-10-08 23:15:16 +02:00
Frank Karlitschek
56a6e4ea69
log share events
2013-10-05 00:24:59 +02:00
Vincent Petry
6df2881bc4
Similar events are now aggregated/group into a box
...
Events that have the same user, app and event type are now grouped together
in a single box.
2013-10-04 17:15:37 +02:00
Vincent Petry
ff9095538d
Fixed warning about passing references to sanitizeHTML()
...
It seems that sanitizeHTML() requires a variable to be passed else PHP
will show a warning in the log.
This commit moves the relevant values into variables first.
2013-10-04 17:12:25 +02:00
Vincent Petry
be179224ad
Now using sanitizeHTML() instead of htmlspecialchars
2013-10-04 17:12:25 +02:00
Frank Karlitschek
e1be2ccb7b
correct translatons. This is using now the translation of the user who sees the activity and not the user who sends it. The translations also comes from the app that sent the event originally
2013-10-04 17:04:55 +02:00
Frank Karlitschek
aa7c488c71
add event type. This will be used for event grouping in the future
2013-10-02 15:38:50 +02:00
Frank Karlitschek
5ca1a9a520
add affected user. This allows to push notification that are not triggered by the current user
2013-10-02 15:32:27 +02:00
Frank Karlitschek
48dc44f22b
less debug output
2013-10-02 15:08:10 +02:00
Vincent Petry
29601ba799
Added group headers for activities
...
- activities are now grouped by day
- every group has a masonry container
- added template for rendering groups
- tweaked infinite scrolling settings
- now using ajax/fetch.php for infinite scrolling
- fixed spacing in script.js
- replaced fade animation with CSS3 fading
2013-10-02 14:55:22 +02:00
Vincent Petry
7bbaae705c
Restyled "no activities" message
2013-10-01 17:41:53 +02:00
Vincent Petry
ce11c6dffe
Improved styling of activity app
...
- added avatars
- moved date to the header
- added borders / spacings
- fixed page header
This should fix the issues #1373
2013-10-01 17:41:53 +02:00
Frank Karlitschek
ba3ad983fd
fire a activity event hook if something happens. This can be used by a future email/pushnotification system.
...
remove the email notification system from the todo because this will be a different app.
Also remove the icon todo because it is done
2013-10-01 10:53:46 +02:00
Frank Karlitschek
2ae20b27da
add priorities
2013-09-22 19:45:23 +02:00
Thomas Müller
1b40c60abb
adding proper PHPDoc comments
...
adjust code format
2013-09-17 14:27:41 +02:00
Thomas Müller
dd56038293
fixing the search provider - undefined variable $fileData
2013-09-17 14:25:42 +02:00
Thomas Müller
a52d46f4d6
adding translations of subjects for file activities
2013-09-17 14:00:36 +02:00
Frank Karlitschek
48b152a36a
don't user private call. Only the public API should be used
2013-09-01 13:53:55 +02:00
Frank Karlitschek
d594ae3962
add file previews
2013-09-01 10:33:11 +02:00
Frank Karlitschek
516d242c48
implement the OCS API for Deskto/Mobile integration and implement the search integration
2013-09-01 07:28:41 +02:00
Frank Karlitschek
65abf1aa92
links events to the root folders in files view, fix rss feed
2013-08-30 13:21:34 +02:00
Frank Karlitschek
d0f5506b89
autocleaning database done
2013-08-28 19:32:28 +02:00
Frank Karlitschek
d820b69980
new activity app. Still work on progress. Next steps are in to TODO file. Help to implement it is welcome :-)
2013-08-28 17:36:48 +02:00