Jan-Christoph Borchardt
ebcf089b9d
fix Files sidebar Activity layout
2015-09-17 13:41:36 +02:00
Joas Schilling
3c1f0982bc
Make user name bolds again
2015-08-28 18:38:21 +02:00
Joas Schilling
3787cb3888
Fix line breaks between icon and subject
2015-08-28 18:38:21 +02:00
Joas Schilling
027f554d6d
Display multiple previews when grouping activities
2015-08-13 17:38:00 +02:00
Joas Schilling
e19c4682b9
Return JSON instead of compiled HTML
2015-08-13 16:41:16 +02:00
Jan-Christoph Borchardt
43b28bb407
add nicer empty content message
2015-03-26 23:23:21 +01:00
Jan-Christoph Borchardt
8b254d3917
fix time tooltip not showing
2015-03-23 15:55:42 +01:00
Bjoern Schiessle
aaf342e8db
never show a scrollbar
2014-07-18 17:55:41 +02:00
Jan-Christoph Borchardt
4f2c228ea8
allow text wrapping in notification settings table, make it work on mobile, fix #74
2014-07-02 17:22:43 +02:00
Joas Schilling
083fc81ac6
Remove page reload
2014-06-06 11:53:56 +02:00
Joas Schilling
1b8100de08
Add loading spinner when we load stuff
2014-06-06 10:06:53 +02:00
Joas Schilling
9d7f8c89f9
Fix layout
2014-06-05 21:07:12 +02:00
Jan-Christoph Borchardt
f549515228
properly center loading message
2014-06-04 18:37:40 +02:00
Jan-Christoph Borchardt
d2e11dd771
make clear when Activity stream ends
2014-06-04 18:18:43 +02:00
Jan-Christoph Borchardt
7b61c6874e
push loading feedback to end of list so it doesn't obstruct
2014-06-04 18:12:21 +02:00
Jan-Christoph Borchardt
6f4b82f174
fix activity icon position, fix #55
2014-06-04 11:31:56 +02:00
Jan-Christoph Borchardt
353f58c39a
increase space between events to better distinguish them
2014-06-04 11:31:13 +02:00
Joas Schilling
1e65cd85d5
Introduce sidebar and move RSS-Link to it
...
Fix #50
2014-06-03 12:39:37 +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
f63bd144da
Fix tests
2014-06-02 11:35:42 +02:00
Joas Schilling
f5857ca914
Display folder icon when a folder was shared/created
2014-05-14 13:02:03 +02:00
Joas Schilling
fb20fd27f0
Fix long lines in grouped activities
2014-05-14 12:45:49 +02:00
Jan-Christoph Borchardt
b913927c6a
grey the changed and shared icons so they are less intense
2014-05-14 12:37:19 +02:00
Jan-Christoph Borchardt
e2b68fee87
fix positioning of long lines
2014-05-14 12:34:35 +02:00
Jan-Christoph Borchardt
30e358d57f
put preview image on separate row
2014-05-14 12:34:35 +02:00
Joas Schilling
0f27fb4047
Vertical align activity subjects at the top
2014-05-14 12:23:15 +02:00
Jan-Christoph Borchardt
0aaf118963
align icons to top in activity groups
2014-05-14 11:44:38 +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
1a0a3e4f55
Remove duplicated css
2014-05-14 11:05:10 +02:00
Joas Schilling
edf9307851
Fix new lines
2014-05-14 10:18:50 +02:00
Jan-Christoph Borchardt
f32f757be8
Activity: more layout, align message, icon, header, preview
2014-05-14 10:18:48 +02:00
Jan-Christoph Borchardt
6ea7fdd201
Activity: more layout, align message, icon, header, preview
2014-05-14 10:17:45 +02:00
Jan-Christoph Borchardt
ce35460081
Activity app: margin and position fixes
2014-05-14 10:17:43 +02:00
Jan-Christoph Borchardt
0d761c4746
Activity: hide appname, move date to right
2014-05-14 10:17:42 +02:00
Jan-Christoph Borchardt
5205beb69a
move from block layout to list layout, first step
2014-05-14 10:17:41 +02:00
Jan-Christoph Borchardt
b21e175939
Merge pull request #1776 from owncloud/activity-interface
...
adjust spinner box design to ownCloud look
2014-04-25 12:44:29 +02:00
Joas Schilling
240e9d9285
Make the checkbox easier clickable
...
Fix #1705
2014-03-26 11:30:14 +01:00
Joas Schilling
0ca90536f8
Move checkboxes to the left and make the rows a bit higher
...
Fix #1705
2014-03-26 08:13:30 +01:00
Jan-Christoph Borchardt
b411a3393f
adjust spinner box design to ownCloud look
2014-02-18 10:12:50 +01:00
Morris Jobke
3f8202760c
move empty message a bit up
2013-11-15 01:30:32 +01:00
Vincent Petry
0ec9c9914d
Added fixed preview size for activity app
...
This will prevent masonry to use the wrong dimensions before images are
loaded. (this is just a quick fix for now)
2013-10-19 19:43:54 +02:00
Vincent Petry
40acf8152f
Added text overflow in case of crazy long unbreakable messages
...
Fixes case where users might have long file names without spaces that
don't automatically break.
Partially fixes #1373
2013-10-19 19:27:05 +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
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
d594ae3962
add file previews
2013-09-01 10:33:11 +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