aboutsummaryrefslogtreecommitdiffstats
path: root/include/activities.php
Commit message (Collapse)AuthorAgeFilesLines
* add item.uuid to relevant placeszotlabs2018-11-151-1/+2
|
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-091-1/+1
| | | | these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs.
* more urlencoding of message-ids which are used in linksHubzilla2017-01-181-1/+1
|
* code cleanupredmatrix2016-05-241-1/+0
|
* typo uncovered during testsredmatrix2016-05-191-1/+1
|
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* static Appredmatrix2016-03-311-1/+1
|
* Merge branch 'master' into tresredmatrix2015-05-141-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * convert ITEM_WALL from bitfield to standaloneredmatrix2015-05-061-1/+2
| |
* | Merge branch 'master' into tresfriendica2015-01-291-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php
| * local_user => local_channelfriendica2015-01-281-3/+3
| |
* | slow progress removing bitfields on item tablefriendica2015-01-211-1/+4
|/
* fix double encoding of homepage in profile activity - not as ↵friendica2014-12-211-1/+5
| | | | straight-forward as it looked
* sql error in profile_activityfriendica2014-08-311-1/+1
|
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-091-0/+2
|
* provide detailed error to remote site for the myriad of things that can go ↵friendica2013-09-101-1/+2
| | | | wrong inside item_store(), !! this changes the return of item_store !!
* fix profile change activity where the change is a solitary url - and ↵friendica2013-08-261-0/+2
| | | | includes a stray right quote
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-1/+1
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* fix the profile change activity postfriendica2012-11-051-18/+20
|
* start on the like/dislike activitiesfriendica2012-11-051-6/+6
|
* more structural stufffriendica2012-10-291-3/+3
|
* more heavy liftingfriendica2012-10-231-1/+1
|
* upstream fixesfriendica2012-10-211-0/+81