aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Communication of mention tags were garbledfriendica2013-02-021-1/+1
| |
* | ensure that stored tag terms are taken after term expansion, e.g. @"Mike ↵friendica2013-02-021-3/+3
| | | | | | | | Macgirvin" and not @"mike+2"
* | add post_wall to forum permission defaultsfriendica2013-02-021-0/+1
| |
* | searchable flag logic reversedfriendica2013-02-021-3/+5
| |
* | more progress on photos apifriendica2013-02-025-243/+57
|/
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-014-31/+38
| | | | move on to something else
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-316-15/+21
| | | | info structure in the item table needs to be re-done.
* when did the ago-time div get renamed? I don't remember doing that.friendica2013-01-311-6/+6
|
* plugin_settings are now feature_settingsfriendica2013-01-313-8/+4
|
* make addon (featured) settings page workfriendica2013-01-311-5/+5
|
* update friends in common tool now that poco is workingfriendica2013-01-317-82/+28
|
* expire settingfriendica2013-01-311-2/+3
|
* this should fix xchan photo permissionsfriendica2013-01-311-1/+1
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-318-173/+332
| | | | but the framework is in place
* file replace option for wall attachments.friendica2013-01-301-18/+53
|
* enforce the new enhanced permissions (not just simple access controls) on ↵friendica2013-01-301-5/+9
| | | | photos - caveat: the default profile photo cannot be restricted. Any such restrictions will be ignored.
* add item revision column and indexfriendica2013-01-303-2/+11
|
* beginning of backend file/attachment apifriendica2013-01-306-7/+92
|
* mark for death implementedfriendica2013-01-293-13/+52
|
* fix edit permissionsfriendica2013-01-291-1/+1
|
* missing permission settingsfriendica2013-01-292-9/+19
|
* Widget manager....friendica2013-01-292-11/+55
| | | | | | | | | | | | | | | | | | /* * Use a theme or app specific widget ordering list to determine what widgets should be included * for each module and in what order and optionally what region of the page to place them. * For example: * view/wgl/mod_connections.wgl: * ----------------------------- * vcard aside * follow aside * findpeople rightside * collections aside * * If your widgetlist does not include a widget that is destined for the page, it will not be rendered. * You can also use this to change the order of presentation, as they will be presented in the order you specify. * */
* connnnnnnnectionsfriendica2013-01-291-1/+1
|
* convert mod/follow to associative json and add more logging for when things ↵friendica2013-01-292-15/+25
| | | | go wrong
* It's really not supposed to be quite this chatty on the network - ah that's ↵friendica2013-01-282-6/+23
| | | | why. Oops.
* delete item should now mostly workfriendica2013-01-283-5/+20
|
* Someday the social graph will work, but alas not today. Add more debugging.friendica2013-01-283-8/+16
|
* check for mcrypt during install, allow admin email account to be admin *if* ↵friendica2013-01-272-0/+21
| | | | it's the first account.
* suppose I should do this right.friendica2013-01-271-1/+1
|
* still no social graph - oh maybe it's because the observer hash isn't valid ↵friendica2013-01-271-1/+1
| | | | and everybody's permission is denied. Well it's just another bug, but not the real bug. We're connecting as anonymous so that shouldn't make a difference.
* var spellingfriendica2013-01-271-1/+1
|
* simplify friendship approval - merge with connection editingfriendica2013-01-275-9/+80
|
* log directory source urlfriendica2013-01-272-1/+2
|
* help deletions alongfriendica2013-01-271-0/+4
|
* smarty updatefriendica2013-01-271-0/+1
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-279-22/+45
| | | | exists
* maybe 'lostpass' will work now, maybe not. Didn't try it, but theoretically ↵friendica2013-01-271-39/+42
| | | | it's updated.
* ensure zot messages with 'deleted' items set 'created' as a fallback to ↵friendica2013-01-261-1/+2
| | | | ensure the message isn't tossed.
* better handling of failures to lookup remote authorsfriendica2013-01-262-4/+10
|
* photos cont.friendica2013-01-262-104/+101
|
* more photo backend stufffriendica2013-01-265-39/+74
|
* further baby steps on the photos APIfriendica2013-01-253-12/+35
|
* terminate script tagfriendica2013-01-251-1/+1
|
* start on photos reworkfriendica2013-01-253-24/+246
|
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-256-23/+43
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* poco debugging cont.friendica2013-01-253-8/+24
|
* upstream fixes, template regenerationfriendica2013-01-25209-4/+1057
|
* Putting the final wraps on the backend private message API. This is more or ↵friendica2013-01-252-77/+93
| | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers.
* api for abook entriesfriendica2013-01-251-2/+2
|
* more api functions to help pull business logic out of controller code, in ↵friendica2013-01-251-0/+18
| | | | this case the often used functions to fetch all contacts or fetch the self contact