aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* some auto-friending cleanupsfriendica2013-05-191-1/+1
|
* issue with auto permissionsfriendica2013-05-192-2/+10
|
* issue with startpage pluginfriendica2013-05-181-0/+1
|
* default page on login changed to matrix (/network)friendica2013-05-181-2/+6
|
* Merge https://github.com/friendica/red into zpullfriendica2013-05-181-1/+1
|\
| * TypoThomas Willingham2013-05-181-1/+1
| |
* | doc update plus fix the "only to those in my address book" permissionfriendica2013-05-181-1/+1
|/
* we don't need every hubloc for the site, only those that have different keysfriendica2013-05-161-1/+1
|
* allow multiple hublocsfriendica2013-05-161-2/+2
|
* workarounds for people that re-install and end up polluting everybody's ↵friendica2013-05-162-5/+26
| | | | databases with stale entries
* if somebody changes the site url during setup - check if we can connect to ↵friendica2013-05-161-0/+12
| | | | the new url e.g. it has a valid cert.
* fix intltext template driverfriendica2013-05-151-0/+9
|
* another typofriendica2013-05-151-1/+1
|
* more setup workfriendica2013-05-151-3/+3
|
* typofriendica2013-05-151-1/+1
|
* add port settings to setupfriendica2013-05-151-2/+9
|
* add certificate check to setupfriendica2013-05-151-0/+9
|
* tweaksfriendica2013-05-151-1/+1
|
* add magic_auth_complete hookfriendica2013-05-151-0/+3
|
* Merge https://github.com/friendica/red into zpullfriendica2013-05-142-4/+4
|\
| * mysql 5.1 chokes on 'select * from group' since group is a keywordZach Prezkuta2013-05-122-4/+4
| |
* | disable pcss when installing since modules don't yet work and pcss uses the ↵friendica2013-05-141-1/+1
|/ | | | view module, plus weekly doc update
* add db_port to setup and cli_startup - still need to set the port in mod/setupfriendica2013-05-101-3/+3
|
* get search page working with live-update and endless scroll, still not ↵friendica2013-05-093-29/+98
| | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results.
* small updatesfriendica2013-05-081-1/+0
|
* incorrect comparison operatorfriendica2013-05-021-1/+1
|
* members_of_group() output not entirely correctfriendica2013-05-021-1/+3
|
* Merge branch 'photothread'friendica2013-04-291-100/+18
|\
| * Merge branch 'master' into photothreadfriendica2013-04-1615-38/+59
| |\
| * | some work on updating photo threads for Redfriendica2013-04-081-100/+18
| | |
* | | more directory sync stufffriendica2013-04-281-11/+20
| | |
* | | photo driver abstractionfriendica2013-04-257-16/+19
| | |
* | | odds and ends in prepearation for photo abstraction, plus red-to-friendica addonfriendica2013-04-253-11/+21
| | |
* | | db abstraction layerfriendica2013-04-221-12/+12
| | |
* | | turn naked links in posts into zrl's if we've got a hubloc for the sitefriendica2013-04-182-1/+8
| | |
* | | poke doco and cleanupfriendica2013-04-171-40/+21
| | |
* | | poke bugfixfriendica2013-04-171-2/+1
| | |
* | | basic poke workingfriendica2013-04-171-60/+46
| |/ |/|
* | fix marking events seenfriendica2013-04-161-1/+1
| |
* | oopsfriendica2013-04-161-1/+1
| |
* | add Red detection to parse_urlfriendica2013-04-161-1/+9
| |
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-158-25/+26
| | | | | | | | means we can zidify them)
* | more Friendica removalsfriendica2013-04-142-3/+3
| |
* | begin to cut the umbilicalfriendica2013-04-142-4/+4
| |
* | IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵friendica2013-04-141-1/+11
| | | | | | | | privacy-is-more-important-than-ease-of-use folks.
* | magic auth docofriendica2013-04-102-2/+2
| |
* | document the ability to provide a selective magic-auth filter as a plugin pluginfriendica2013-04-081-1/+3
|/
* wrapper function to create arbitrary activities (e.g. for plugins and apps) ↵friendica2013-04-041-0/+2
| | | | with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed.
* Merge https://github.com/friendica/red into zpullfriendica2013-04-031-4/+14
|\
| * Make prettyPhoto a feature, add slideshow for albums.Thomas Willingham2013-03-291-4/+14
| |