aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* public scopefriendica2013-02-151-1/+1
|
* auto-submit connection edit form when quick permissions are appliedfriendica2013-02-071-1/+1
|
* this might make zot-id work as originally conceived complete with reverse ↵friendica2013-02-061-1/+1
| | | | magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.)
* mod/attach support for files/attachments using OS storagefriendica2013-02-051-1/+1
|
* null notice when sending private mailfriendica2013-02-041-1/+1
|
* support for OS files and add directory support to file/attach objectfriendica2013-02-031-1/+1
|
* debugging the photo apifriendica2013-02-021-1/+1
|
* more progress on photos apifriendica2013-02-021-1/+1
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-311-1/+1
| | | | but the framework is in place
* beginning of backend file/attachment apifriendica2013-01-301-1/+1
|
* Widget manager....friendica2013-01-291-1/+1
| | | | | | | | | | | | | | | | | | /* * 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. * */
* Someday the social graph will work, but alas not today. Add more debugging.friendica2013-01-281-1/+1
|
* log directory source urlfriendica2013-01-271-1/+1
|
* better handling of failures to lookup remote authorsfriendica2013-01-261-1/+1
|
* poco debugging cont.friendica2013-01-251-1/+1
|
* uncomplicate item deletion and fixup all the other linked tablesfriendica2013-01-241-1/+1
|
* plug potential hole in magic auth, add link to chanview to view in dedicated ↵friendica2013-01-231-1/+1
| | | | window
* clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-221-1/+1
|
* more work on magic authfriendica2013-01-211-1/+1
|
* preserve event item[uri] if presentfriendica2013-01-201-1/+1
|
* more heavy lifting on API - though need to re-visit events and give them all ↵friendica2013-01-191-1/+1
| | | | message_ids from the origination site.
* add versioning info to basic identity export, create skeleton function for ↵friendica2013-01-181-1/+1
| | | | import
* begin the hard slog on the apifriendica2013-01-161-1/+1
|
* slow progress on events, one step forward, one step back.friendica2013-01-151-1/+1
|
* read/write "pages" permissions and fiddly bits - per Thomasfriendica2013-01-141-1/+1
|
* fresh: add help|? commandfriendica2013-01-131-1/+1
|
* skeleton for channel importfriendica2013-01-121-1/+1
|
* add page modulefriendica2013-01-121-1/+1
|
* network & home notification fixesfriendica2013-01-111-1/+1
|
* wrong redirection after followfriendica2013-01-091-1/+1
|
* events are still buggered and aren't anywhere close to working, but not ↵friendica2013-01-071-1/+1
| | | | buggered quite as much as before.
* get sliders working againfriendica2013-01-061-1/+1
|
* fix live update on channel pagefriendica2013-01-051-1/+1
|
* rev updatefriendica2013-01-041-1/+1
|
* import the toggle_mobile stuff to shut up some warningsfriendica2013-01-031-1/+1
|
* zome issues registering new hubsfriendica2013-01-021-1/+1
|
* start building social graphfriendica2013-01-011-1/+1
|
* couple of fixes to follow, prepare for default connection permissionsfriendica2012-12-311-1/+1
|
* more logging, some debugging of group membership pagefriendica2012-12-301-1/+1
|
* no hub - well doh, no wonder; we were looking for array['hub'] and it's ↵friendica2012-12-291-1/+1
| | | | actually array['url'].
* bypass replace_macros and use template processor directly for theme includesfriendica2012-12-281-1/+1
|
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-271-1/+1
| | | | forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?"
* add important profile fields to zot-info if permitted - for directoryfriendica2012-12-261-1/+1
|
* allow toplevel domain redirects for zot-infofriendica2012-12-251-1/+1
|
* add permission controls to "storage" objects such as attachments or other ↵friendica2012-12-221-1/+1
| | | | stored files
* removing dfrn stufffriendica2012-12-201-1/+1
|
* set_baseurl issue, more cleanupfriendica2012-12-191-1/+1
|
* modularise the notification popupsfriendica2012-12-181-1/+1
|
* some cleanup - Thomas we can put the radius/shadow stuff back later for the ↵friendica2012-12-161-1/+1
| | | | hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting.
* add live page loading and and endless scroll to home (mod_channel)friendica2012-12-161-1/+1
|