aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* last remaining files to be Comanchified with the exception of mod_admin. ↵friendica2013-12-222-8/+0
| | | | | | Though I should probably take a third look to see if anything else uses widgets. In fact - it appears that the flattrwidget does.
* appears that I missed a few files for Comanchification. so here's mitem.friendica2013-12-221-4/+1
|
* split private messages into two modules - "message" is just for message ↵friendica2013-12-213-415/+5
| | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* comanchify mod_directory. Two modules remaining. Actually three because ↵friendica2013-12-201-4/+6
| | | | message needs to be split.
* comanchify mod_search - we've got three modules left to Comanchify: admin, ↵friendica2013-12-201-121/+3
| | | | directory and message - each of which introduces "interesting challenges"
* comanchify connedit, groupfriendica2013-12-192-24/+0
|
* default photo issue, and connections page showing deleted accounts. Also ↵friendica2013-12-192-4/+6
| | | | show last updated on connedit page
* give doc/help alternate mimetype supportfriendica2013-12-191-3/+24
|
* comanchificate mod_photosfriendica2013-12-191-12/+5
|
* make default profile photo configurable - should be functional but needs ↵friendica2013-12-193-116/+6
| | | | admin ui
* more comanchefriendica2013-12-191-17/+0
|
* more comanchefriendica2013-12-191-7/+0
|
* more comanche migrationfriendica2013-12-195-115/+13
|
* provide git revision in siteinfo if possible and if not instructed otherwisefriendica2013-12-181-4/+16
|
* Add App::poi to store the "person of interest" for a given page. This is so ↵friendica2013-12-183-27/+25
| | | | we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
* split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-184-541/+18
| | | | links to fix
* split mod/connections for comanchificationfriendica2013-12-171-0/+708
|
* Merge https://github.com/friendica/red into zpullfriendica2013-12-171-4/+7
|\
| * JS-less displayzottel2013-12-171-4/+7
| |
* | authtest: do a better job of success/failure indicationfriendica2013-12-172-2/+7
|/
* bring back the collection edit sidebar widget on the connection edit page ↵friendica2013-12-161-1/+1
| | | | until I sort out Comanche on that page.
* install redbasic during setup so that at least one theme is registered. ↵friendica2013-12-161-0/+2
| | | | Otherwise none of the display settings seem to work very well.
* some re-work of mod_sourcesfriendica2013-12-151-0/+21
|
* set system.projecthome to 1 if you want the project page for a home page. ↵friendica2013-12-151-43/+49
| | | | There was a bit of re-org of mod/home, which might alter the behaviour for some existing sites. Basically we're not showing a login box at all if you've got home.html - there should be a login link in th nav bar. If you haven't defined anything at all we'll fall back to the old behaviour but still allow the home contents to be set via plugin.
* Provide a fallback channel to probe for magic-auth when we have no prior ↵friendica2013-12-152-20/+49
| | | | | | | | communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got.
* missed thisfriendica2013-12-141-7/+9
|
* make home.html fullpage mode - make directory search work for non-logged in, ↵friendica2013-12-142-10/+8
| | | | but leave off suggest and invite
* a couple more comanche conversionsfriendica2013-12-143-85/+2
|
* prepare for Comanchification of mod_photosfriendica2013-12-131-1/+4
|
* check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-127-9/+9
|
* issue #240 - we were using htmlentities instead of htmlspecialchars in ↵friendica2013-12-113-36/+4
| | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
* The affinity tool is not a "traditional" widget. But it is nevertheless a ↵friendica2013-12-111-25/+0
| | | | widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
* Merge https://github.com/friendica/red into zpullfriendica2013-12-112-2/+4
|\ | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| * Merge pull request #239 from git-marijus/masterfriendica2013-12-111-2/+2
| |\ | | | | | | make empty notes saveable as well
| | * make empty notes saveable as wellmarijus2013-12-111-2/+2
| | |
| * | Don't let nobody set an xconfig in safe search.Thomas Willingham2013-12-111-0/+2
| |/
* | remove hidden and deleted channels from viewconnectionsfriendica2013-12-111-7/+4
| |
* | comanchify all the simple cases - those that only load a profile. Rework ↵friendica2013-12-117-273/+0
|/ | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
* cleanup and Comanchification of mod_profilefriendica2013-12-101-45/+5
|
* issue #237 - when manually changing an uploaded photo URL in a post to an ↵friendica2013-12-101-1/+4
| | | | invalid URL that happens to not throw an error, it affects the ability to parse the URL to see if it's a local image and correct permissions. The correct way to do this is to change the '-2' to '-1' if you want 640 instead of 320 and '-0' if you want the original size - which is not likely to win you many friends if it happens to be a 42 megapixel photo. We might have limits in place to prevent monster photos from destroying everybody's streams, but many services you export the post to will probably not.
* mod channel is now Comanchifiedfriendica2013-12-102-25/+1
|
* mod_network is now running under Comanche. Yay.friendica2013-12-101-9/+0
|
* we're almost ready to turn on comanche for mod_network. All the widgets are ↵friendica2013-12-101-107/+24
| | | | done.
* comanchify the savedsearch widgetfriendica2013-12-091-3/+3
|
* slight mod of connections widgetsfriendica2013-12-091-1/+1
|
* Merge branch 'master' of https://github.com/git-marijus/redfriendica2013-12-091-1/+1
|\ | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| * saved search icon work and bugfixes for #tags not beeing deletable and save ↵marijus2013-12-101-1/+1
| | | | | | | | button showing if saved search is disabled
* | notes widgetfriendica2013-12-092-1/+17
|/
* some work on modularising the default profile photo so we can make them site ↵friendica2013-12-091-6/+6
| | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space
* enable JS-less display of channelzottel2013-12-091-3/+7
|