Mikael Nordfeldth
|
b596391fcd
Avoid having to check for notices without rendered copies in upgrade.php
|
8 years ago |
Mikael Nordfeldth
|
0fd2ad649e
Conversation IDs (again) no longer based on Notice ID
|
8 years ago |
Mikael Nordfeldth
|
1946197a1c
Merge request #10 by aroque but in a slightly different version
|
8 years ago |
Mikael Nordfeldth
|
8ad6b8809a
Don't abort on too long notices in Notice::saveActivity
|
8 years ago |
Mikael Nordfeldth
|
336f099241
Don't store object type for verbs (as they don't have it)
|
8 years ago |
Mikael Nordfeldth
|
0dfafe2567
NewnoticeAction now uses Notice::saveActivity(...)
|
8 years ago |
Mikael Nordfeldth
|
f4309ed715
whitespace switch for code layout
|
8 years ago |
Mikael Nordfeldth
|
e02c10a589
common_render_content doesn't require a Profile now
|
8 years ago |
Mikael Nordfeldth
|
ad4beb9091
->getID() instead of ->id
|
8 years ago |
Mikael Nordfeldth
|
10973dcf69
Don't require a notice object to common_linkify_mentions
|
8 years ago |
Mikael Nordfeldth
|
df19791a8f
Wups, $notice not $stored in the old function...
|
8 years ago |
Mikael Nordfeldth
|
8b0fdfb4a0
Notice conversation is perhaps not set yet
|
8 years ago |
Mikael Nordfeldth
|
7cf6aaecd0
Don't do saveKnownReplies unless it's a verb=post
|
8 years ago |
Mikael Nordfeldth
|
66289d3e76
Use recently implemented functions in saveKnownReplies
|
8 years ago |
Mikael Nordfeldth
|
998db39b1a
Notification mails are sent again fixes ssue #99
|
8 years ago |
Mikael Nordfeldth
|
0ac71c2b7b
Duplicate URI means we have it already, I assume
|
9 years ago |
Mikael Nordfeldth
|
376d545082
Remember to purify HTML...
|
9 years ago |
Mikael Nordfeldth
|
d0e7203d88
Make it clearer that we're handling group IDs
|
9 years ago |
abjectio
|
aa5bbdf6e5
Bug in catch(Exception) - parameter wrongly written
|
9 years ago |
abjectio
|
626333a59e
geParent() method will fail if the parent notice does not exist in the notice table. See https://quitter.no/notice/709400
|
9 years ago |
Mikael Nordfeldth
|
d260808cd3
intval for type assurance
|
9 years ago |
Mikael Nordfeldth
|
79c40bc73b
Type-aware comparison is necessary for Notice is_local/scope
|
9 years ago |
Mikael Nordfeldth
|
236bf0b0f5
Remote notice creators should not have notice is_local default to LOCAL_PUBLIC
|
9 years ago |
Mikael Nordfeldth
|
5b307c0417
Add a url test in Notice::saveActivity
|
9 years ago |
Mikael Nordfeldth
|
7834e67583
Just a functionifying of Notice->rendered
|
9 years ago |
Mikael Nordfeldth
|
6376b78a80
I think I have made the delete verb generate proper AS
|
9 years ago |
Mikael Nordfeldth
|
2dfd34b12d
Post verb default type is 'note'
|
9 years ago |
Mikael Nordfeldth
|
0bdbb32f3b
Consistent camelcasing
|
9 years ago |
Mikael Nordfeldth
|
7c68537b06
Deletes now federated. But might not be handled properly
|
9 years ago |
Mikael Nordfeldth
|
db9f68e651
Sigh, use the correct variable name...
|
9 years ago |