Evan Prodromou
|
faf4e7e535
|
Make favorites in createsim
|
2013-06-16 02:18:19 +00:00 |
|
Evan Prodromou
|
35ff643230
|
Turn off Activity by default
|
2013-06-16 02:16:40 +00:00 |
|
Jean Baptiste Favre
|
707dd44f6b
|
Merge commit 'merge-requests/192' into statusnet_1.1.x
|
2013-06-15 20:11:24 +02:00 |
|
Jean Baptiste Favre
|
fcdd4d2cf0
|
Fix introduced bug, trying to shorten an empty status.
|
2013-06-15 19:07:43 +02:00 |
|
Jean Baptiste Favre
|
58a2630933
|
Code cleaning. Do call shortenLinks only once, right before saving new notice.
|
2013-06-15 19:07:43 +02:00 |
|
Jean Baptiste Favre
|
344a10be8b
|
Code cleaning, remove 'TEST' tags.
|
2013-06-15 19:07:43 +02:00 |
|
Jean Baptiste Favre
|
ec072e0af7
|
Notice update with media attachment may fail through API when status text + attachment length get higher than max notice length. Calling URL shortener can make global length less than maxlength, though allowing notice update.
|
2013-06-15 19:07:43 +02:00 |
|
Jean Baptiste Favre
|
6d47fadf42
|
Fix introduced bug, trying to shorten an empty status.
|
2013-06-15 19:04:32 +02:00 |
|
Jean Baptiste Favre
|
54374365e9
|
Code cleaning. Do call shortenLinks only once, right before saving new notice.
|
2013-06-15 19:04:31 +02:00 |
|
Jean Baptiste Favre
|
f803b22752
|
Code cleaning, remove 'TEST' tags.
|
2013-06-15 19:04:31 +02:00 |
|
Jean Baptiste Favre
|
6387e0a90d
|
Notice update with media attachment may fail through API when status text + attachment length get higher than max notice length. Calling URL shortener can make global length less than maxlength, though allowing notice update.
|
2013-06-15 19:04:31 +02:00 |
|
Jean Baptiste Favre
|
1b39f89b96
|
Add configuration check. Need 'server', 'port', 'user' and 'password' to be defined (not valid, just defined).
|
2013-06-15 18:59:17 +02:00 |
|
Jean Baptiste Favre
|
f175512748
|
Remove static definition of imdaemon.php as valid daemon.
|
2013-06-15 18:59:17 +02:00 |
|
Jean Baptiste Favre
|
b8a69d023b
|
Add basic support for GetValidDaemon event. Shall be extended with configuration check.
|
2013-06-15 18:59:16 +02:00 |
|
Jean Baptiste Favre
|
93c8969a27
|
Remove alone 'groups' link on the left side. Useless I guess.
|
2013-06-15 18:41:04 +02:00 |
|
Jean Baptiste Favre
|
d1e46e61ac
|
Add same CSS rules for #remoteprofile than for #showstream. Allows to hide avatars, like for local profiles.
|
2013-06-15 18:41:04 +02:00 |
|
Jean Baptiste Favre
|
5a0f17933b
|
Display notices for remote profile. Would like to hide avatar like in local profile but did not found how to do it.
|
2013-06-15 18:41:04 +02:00 |
|
Jean Baptiste Favre
|
d48076253b
|
Fix error 'No matches for action subscriptions with arguments nickname...' when displaying remote profile.
|
2013-06-15 18:41:04 +02:00 |
|
Jean Baptiste Favre
|
368906258a
|
You need an API key when using embed.ly. Unfortunatly oembedhelper.php does not support it. This commit aims to fix it.
|
2013-06-15 18:35:41 +02:00 |
|
Jean Baptiste Favre
|
d36f443666
|
Bookmark plugin enhancement: display Bookmark's list. Integration of @chimo's work (http://http://sn.chromic.org/) from https://github.com/chimo/BookmarkList into official plugin.
|
2013-06-15 18:31:05 +02:00 |
|
Evan Prodromou
|
8cc4660bd9
|
Better ID for notice activity
|
2013-06-15 12:07:52 -04:00 |
|
Evan Prodromou
|
7a5bd495c5
|
Better ID for notice activity
|
2013-06-15 12:07:34 -04:00 |
|
Evan Prodromou
|
67f80e8503
|
Merge remote-tracking branch 'origin/master'
|
2013-06-15 11:13:57 -04:00 |
|
Jean Baptiste Favre
|
180cc39c4a
|
Fix for #3649 issue.
|
2013-06-15 17:01:10 +02:00 |
|
Jean Baptiste Favre
|
b23a744fba
|
Fix for #3649 issue.
|
2013-06-15 16:58:50 +02:00 |
|
Jean Baptiste Favre
|
246e840dd3
|
Fix INSTALLDIR constant definition.
|
2013-06-15 15:20:19 +02:00 |
|
Jean Baptiste Favre
|
359f3ca113
|
Fix for #3651: oAuth apps list does only show the latest registered application
|
2013-06-15 14:19:15 +02:00 |
|
Jean Baptiste Favre
|
4284f28dec
|
Fix for #3651: oAuth apps list does only show the latest registered application
|
2013-06-15 14:09:46 +02:00 |
|
Jean Baptiste Favre
|
dfafab6c4f
|
Fix for #3463. Make InfiniteScroll plugin use config['plugins']['server'] if defined to build ajax-loader.gif URL
|
2013-06-15 13:13:15 +02:00 |
|
Jean Baptiste Favre
|
b05130bfb8
|
Fix missing variable in InfiniteScrollPlugin class. Fix issue #3525
|
2013-06-15 13:12:19 +02:00 |
|
Jean Baptiste Favre
|
d211348dae
|
Makes ClientSideShorten loading shorten.js from config['plugins']['server'] if setted. Fix #3528
|
2013-06-15 12:34:25 +02:00 |
|
Jean Baptiste Favre
|
80da81ba14
|
Get rid of t.co links for notice's text version. Usefull for client using API. Complements merge-request #205 by @mmn
|
2013-06-15 11:30:17 +02:00 |
|
Jean Baptiste Favre
|
108aa5c467
|
Replace t.co links with expanded one provided by Twitter. Can still be a shortened one & will be done only for HTML view, but still a start. Backport of merge_requests/205.
|
2013-06-15 11:29:09 +02:00 |
|
Jean Baptiste Favre
|
f18b516c7a
|
Get rid of t.co links for notice's text version. Usefull for client using API. Complements merge-request #205 by @mmn
|
2013-06-14 23:28:44 +02:00 |
|
Evan Prodromou
|
14fbd68a12
|
Cast lat/lon to float; check for non-empty
|
2013-06-08 21:16:58 -04:00 |
|
Evan Prodromou
|
bb0cf686df
|
Pass null to Profile::profileInfo()
|
2013-06-08 21:12:29 -04:00 |
|
Evan Prodromou
|
8853821db2
|
Bad variable in ActivityObject::fromMessage()
|
2013-06-08 21:07:56 -04:00 |
|
Evan Prodromou
|
806f7d439a
|
Bad variable in Message::asActivity()
|
2013-06-08 21:07:51 -04:00 |
|
Evan Prodromou
|
f8393d10b7
|
Bad variable in ActivityObject::fromMessage()
|
2013-06-08 21:05:09 -04:00 |
|
Evan Prodromou
|
f189d0b438
|
Bad variable in Message::asActivity()
|
2013-06-08 21:04:51 -04:00 |
|
Evan Prodromou
|
0a0aeed413
|
Use the link property for the URL, not the ID
|
2013-06-08 19:19:16 -04:00 |
|
Evan Prodromou
|
ce451c0018
|
Use the link property for the URL, not the ID
|
2013-06-08 19:18:28 -04:00 |
|
Evan Prodromou
|
0fb6819200
|
Add direct messages to backup
|
2013-06-08 17:54:35 -04:00 |
|
Evan Prodromou
|
96d7b68c50
|
Store direct messages as an activity
|
2013-06-08 17:54:27 -04:00 |
|
Evan Prodromou
|
393130d80f
|
Add direct messages to backup
|
2013-06-08 17:53:47 -04:00 |
|
Evan Prodromou
|
9fd2c3e1c9
|
Store direct messages as an activity
|
2013-06-08 17:45:49 -04:00 |
|
Evan Prodromou
|
e6e1ad66b0
|
Merge remote-tracking branch 'origin/master'
|
2013-06-08 14:58:36 -04:00 |
|
Evan Prodromou
|
14a111189d
|
Merge remote-tracking branch 'origin/master'
|
2013-06-08 14:57:20 -04:00 |
|
Evan Prodromou
|
2252a9ffaf
|
Throw exception if subscription is invalid
|
2013-06-08 14:56:57 -04:00 |
|
Evan Prodromou
|
caf5f0b3bd
|
Some more well-known sources from plugins
|
2013-06-07 11:49:47 -04:00 |
|