aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* another day another concept - hope this works bettermarijus2014-09-111-6/+14
|
* endless scroll on connections pagefriendica2014-09-101-16/+37
|
* make verify_email the default for new installs (at least English installs), ↵friendica2014-09-101-1/+3
| | | | and provide a setting on the admin page for it.
* reduce log level of inbound d* posts until we get through some of the more ↵friendica2014-09-091-1/+1
| | | | serious federation issues
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-088-10/+10
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* wrap photo albums (albums and top level) in a div id=photo-album-contentsfriendica2014-09-081-1/+4
|
* add categories to eventsfriendica2014-09-071-1/+50
|
* for webpages, hide the mimetype selector unless in advanced mode. For pages ↵friendica2014-09-074-9/+14
| | | | that endless scroll and show blocky-block things, set the default items-per-page to 60. Why? It fits column-widths of 2,3,4,5,6,10,12,15, and 20 without leaving remaindered items dangling at the end. No other setting less than 100 has this much versatility.
* and more ajax workfriendica2014-09-062-3/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-061-2/+3
|\
| * Fix directory for NOT endless scroll. Dunno what's wrong with endlessThomas Willingham2014-09-061-2/+3
| | | | | | | | scroll, sorry.
* | ajax workfriendica2014-09-062-14/+53
|/
* more work on the event edit formfriendica2014-09-051-0/+2
|
* put a date and time picker on eventsfriendica2014-09-041-5/+29
|
* fix poco networkfriendica2014-09-041-1/+4
|
* remove feed items from ACL selector - there's nothing we can do with them ↵friendica2014-09-031-0/+5
| | | | and if we were to try we'd have to binary pack all the hashes
* implement service class for feed polling frequenecy, fixed a service class ↵friendica2014-09-035-7/+0
| | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
* fix group membership management for non-red connectionsfriendica2014-09-031-4/+4
|
* store diaspora meta info in the item table. It has to go there or it will ↵friendica2014-09-031-12/+5
| | | | kill us with complex joins. We can phase out the sign table once this all checks out.
* provide a config option to prevent wall uploads (photos and files) from ↵friendica2014-09-021-0/+9
| | | | being set to the same ACL as the containing post, and instead are uploaded with public visibility (no ACL). This is to prevent folks on other networks from seeing prohibited signs for things uploaded into a private conversation. It is primarily useful when posting to collections that have mixed folks from red and other networks and an otherwise public (typical) profile. Consequently, these uploads will match your chosen default visibility for photos and storage and not that of the containing conversation item (and is only useful if the default visibility is public). This choice must be explained adequately because it represents a complex series of tradeoffs and side effects. It will reduce complaints from other networks about blocked content, but essentially forces you to use another method (dav or the photos page) if you wish to upload protected files/media.
* use feed title for channel name before checking author, make feed items ↵friendica2014-09-021-2/+4
| | | | shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!)
* pull in some posts when first connecting to feedsfriendica2014-09-011-2/+1
|
* Move achievements on, but just a tad.Thomas Willingham2014-09-021-10/+13
|
* If you have a new channel (or a new hub searching for an old channel)Thomas Willingham2014-09-021-5/+9
| | | | | | | | | | | | which uses an xchan_url other than channel or profile, chanview will fail to find $a->poi and fail as there is no way to import the xchan. Instead of giving up and presenting an error, we'll send you to the requested URL anyway. If we send you with a Zid, there's a good chance you'll authenticate because xchans are like glitter - once you've got one, they get everywhere, and there's a good chance you'll know *somebody* at the hub. .
* various diaspora issuesfriendica2014-08-291-0/+6
|
* except for a typofriendica2014-08-281-3/+1
|
* fix saving of extended profile attributesfriendica2014-08-281-0/+38
|
* retro-actively set standalone directory fix, also a fix for directory ↵friendica2014-08-282-1/+12
| | | | endless scroll when you hit the end.
* let's make this "specific" since that's what it is.friendica2014-08-281-1/+1
|
* really really really fix lockview - maybefriendica2014-08-281-2/+3
|
* consistency: the diaspora post plugin uses "diaspora_enable". The protocol ↵friendica2014-08-281-3/+3
| | | | driver uses "diaspora_enabled" with a 'd'. They got mixed up in a couple of places.
* make blocks, webpages, and layouts postable (pre-filled forms if supplied ↵friendica2014-08-283-9/+30
| | | | from elsewhere). The only serious issue is with ordering - you have to process and save a named layout before you can save a webpage that uses that layout name. Otherwise it will get unset during the save.
* begin embeddable/shareable design elements (blocks, webpages, layouts, ↵friendica2014-08-271-1/+1
| | | | menus, etc.)
* ability to create/edit/delete custom profile field definitions - read the ↵friendica2014-08-271-0/+63
| | | | source. Currently the created entries aren't added to the allowed fields arrays, but this can be done by hand until that bit is made available. Only choice for input type at the moment is 'text' or a text input, not a textarea. Multiple choice will be added later.
* Admin setting for Diaspora Protocol enable. We may want to have this also at ↵friendica2014-08-271-0/+3
| | | | a channel level since there are privacy issues and quirks and trade-offs.
* unobscure viewsrc itemsfriendica2014-08-231-2/+5
|
* switch everything over to crypto_encapsulate()friendica2014-08-232-3/+3
|
* We really can't do this without a hubloc. I was hoping we could, but ↵friendica2014-08-221-2/+3
| | | | notifier is setup to take hublocs, not xchans.
* issue #571 - use feed/nickname?top=1friendica2014-08-221-0/+1
|
* D* receive endpoint is receive/users/$guid - where $guid is really the ↵friendica2014-08-211-4/+5
| | | | channel_guid, not the channel_hash. We'll allow this to be truncated for older D* sites or those that can't process our 64 character guids.
* make the old personal xrd interface (old webfinger) work againfriendica2014-08-211-4/+17
|
* profile edit - missing visibility and drop link on non-default profiles, ↵friendica2014-08-211-1/+0
| | | | re-arrange order of replacing red#matrix smilie so it works correctly, accept a post with body content of '0' which was interpreted by x() as nothing (was treated as integer).
* extensible profiles - add the input form elements. Still needs styling and ↵friendica2014-08-201-0/+19
| | | | we're not yet storing the results. And right now we're ignoring the type and only doing type=string. Oh yeah - and I split off starting the second delivery chain into its own function in tag_deliver since it was largely duplicate code.
* restrict returned directory contents to xchans in the zot network. We could ↵friendica2014-08-201-2/+2
| | | | probably add other networks to this and create a distributed directory for the free web. It's highly unlikely we would do this but we *could*.
* move Friendica photo migrator to addons, bring back a few XML scraping ↵friendica2014-08-201-87/+0
| | | | functions that we're going to require (unfortunately)
* provide admin option for allowing rss/atom feed connections. Need to do this ↵friendica2014-08-201-45/+5
| | | | now before the feature is complete so that public sites don't get borked. We also will need a service class for this.
* really really fix lockview (cross fingers) ;-)friendica2014-08-191-5/+7
|
* really fix lock infomarijus2014-08-191-1/+2
|
* make lockview provide the right infomarijus2014-08-181-5/+4
|
* some more work on realmsfriendica2014-08-172-2/+18
|