aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* merge zperms functionality into zfingerfriendica2012-10-311-1/+1
|
* starting on pinging the basic elements of federation and communicationfriendica2012-10-314-16/+22
|
* more progress on address bookfriendica2012-10-301-0/+18
|
* fixing broken things again after the latest round of ripping out the yellow ↵friendica2012-10-293-5/+16
| | | | slime and replacing it with red slime.
* more structural stufffriendica2012-10-295-12/+12
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-2914-29/+29
| | | | to the profile details.
* ignore error for non-existent DB fields at the present time since it's just ↵friendica2012-10-281-1/+1
| | | | filling up the logs with noise.
* fix updating of bitwise 'unseen' to account for mysql operator precedencefriendica2012-10-282-1/+9
|
* start to use our permissions for stufffriendica2012-10-281-1/+1
|
* Now have a solid permissions model. Create a few functions to enumerate them ↵friendica2012-10-283-95/+342
| | | | and then we're off to the races.
* fix starring postsfriendica2012-10-272-6/+6
|
* start on network/home notification refactorfriendica2012-10-272-7/+66
|
* contact group is now 'channel group'friendica2012-10-271-4/+4
|
* fix a couple of things that went wonky when moving to thread objectsfriendica2012-10-271-10/+14
|
* feature managementfriendica2012-10-261-0/+32
|
* move things to the newer conversation object, a few minor bugs - will sort ↵friendica2012-10-255-74/+159
| | | | it out eventually
* comments sort of working again but now need to fix the threading which was ↵friendica2012-10-251-6/+12
| | | | ported when it was only half working
* fixes to photo linked items, shut up poller until I can get to thatfriendica2012-10-251-3/+11
|
* more progress on the main photos modulefriendica2012-10-241-1/+0
|
* Give the UI a little love after all the backend modsfriendica2012-10-241-2/+22
|
* fix photo pathsfriendica2012-10-241-2/+2
|
* more heavy liftingfriendica2012-10-235-11/+10
|
* more heavy liftingfriendica2012-10-231-31/+12
|
* more cleanupMike Macgirvin2012-10-236-126/+14
|
* progress however tediousMike Macgirvin2012-10-233-116/+0
|
* cleanupMike Macgirvin2012-10-231-2/+2
|
* cli_startup() for directory updatesMike Macgirvin2012-10-231-23/+3
|
* remove remoteupdate since it only worked for a month in 2011Mike Macgirvin2012-10-231-261/+0
|
* mv objects from object dir to include where they belongfriendica2012-10-223-0/+844
|
* cleanup missing functions after movefriendica2012-10-222-4/+0
|
* more file cleanupfriendica2012-10-22433-72524/+131
|
* lotsa little fixesfriendica2012-10-212-5/+5
|
* upstream fixesfriendica2012-10-214-20/+103
|
* more work on profile changes - the notify activity is still stuffed as we ↵friendica2012-10-191-1/+1
| | | | finalise the json structure for activitystream meta-data
* fix photo in nav menufriendica2012-10-191-1/+5
|
* don't show categories widget if there are nonefriendica2012-10-191-11/+12
|
* get profile edits workingfriendica2012-10-181-3/+5
|
* output queue (merges the old deliverq and queue and adds some zotness)friendica2012-10-171-1/+1
|
* wall posts now display - address book structure revamp startedfriendica2012-10-102-26/+16
|
* more stuff we don't need.friendica2012-10-081-22/+15
|
* prevent tag recursion on shared postsfriendica2012-10-082-2/+10
|
* get posts to show upfriendica2012-10-072-1/+46
|
* start fixing all the item queriesfriendica2012-10-071-12/+15
|
* fix some issues that couldn't be tested yesterday - as was working offlinefriendica2012-10-071-4/+4
|
* new item structure to item_storefriendica2012-10-061-39/+19
|
* provide auto admin registration as before, but allow the current admin to ↵friendica2012-10-042-3/+20
| | | | create other admins
* add hash to channel structure for consistency/redundancyfriendica2012-10-043-11/+15
|
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-034-36/+22
| | | | top level activities and store them.
* use hash for channel idfriendica2012-10-012-4/+44
|
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-0110-73/+164
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.