aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* return to working on red-dav; This is a bit of a slog at the moment and the ↵friendica2014-01-011-3/+21
| | | | basic framework isn't even close to working. This does break the working test we did have (which was never connected to the Red backend). Now we're starting to connect Red and DAV together intimately. There will probably be some twists and turns along the way as we get the information we need into all the class objects that need them. But the important part is that the RedDirectory and RedFile classes are loading without throwing white screens and from here we can use logging to figure out what the DAV front end is trying to do and what it is passing to the backend and hopefully figure out what it expects to do with the results. Unless you're a competent developer with a strong background in OOP and are helping develop this code, you should keep it an arm's length away from any production site and don't even think of enabling it. By default it is turned off.
* expose profile things in the UIfriendica2013-12-302-1/+5
|
* basic edit and delete for thingsfriendica2013-12-301-8/+113
|
* group ACL control using tags (group must be "visible")friendica2013-12-291-29/+59
|
* handle exclusive tags and add to ACLfriendica2013-12-291-3/+5
|
* basic support for exclusion tags - we just need to use the results to tweak ↵friendica2013-12-291-89/+66
| | | | the ACL.
* display_thing: it ain't much, but it's implemented.friendica2013-12-291-3/+13
|
* things can now have (consistent sized) photos - plus I found a couple of ↵friendica2013-12-281-6/+17
| | | | issues with duplicate notifications and contact photos not getting an album name (it was crossed with filename). The last one doesn't matter as neither is used, but it was wrong so it has been corrected. Oh and thing photos weren't working at all because the form element name was different than what the module was looking for. But that had never been tested as I was waiting to get the import/resize finished. Next up for that module is display and deletion of things; but the priority is pretty low.
* sslify - remove the redirect fallback - as it gets called occasionally and ↵friendica2013-12-271-1/+4
| | | | creates mixed content exceptions. Let's see how we go without it. Also a doc update.
* remove prettyphoto from core - this will affect the enhanced photo albums ↵friendica2013-12-261-14/+13
| | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins.
* don't include deleted folks in acl popupfriendica2013-12-251-10/+21
|
* mod_invite - don't generate errors for email addresses consisting of blank linesfriendica2013-12-251-0/+2
|
* improve the register text until the new register page is finishedfriendica2013-12-251-0/+11
|
* try againfriendica2013-12-251-0/+15
|
* sslify http links in media elements if you're on an https serverfriendica2013-12-251-0/+6
|
* cut/paste errorfriendica2013-12-251-3/+3
|
* extend the directory profiles a bit morefriendica2013-12-253-3/+13
|
* use case-insensitive array search for matching directory keywords with your ownfriendica2013-12-231-1/+1
|
* improve the directory popup a bitfriendica2013-12-232-11/+36
|
* first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵friendica2013-12-233-4/+168
| | | | have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network.
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-232-4/+13
| | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* Merge https://github.com/friendica/red into zpullfriendica2013-12-231-1/+1
|\
| * Reduce life of xref cookie per Opinion 04/2012 on Cookie Consent Exemption.Thomas Willingham2013-12-231-1/+1
| | | | | | | | | | Otherwise, we need to annoy everyone with cookie warnings if they access a hub in the EU.
* | oopsfriendica2013-12-231-0/+349
|/
* one step closer to merging register and pubsites pagesfriendica2013-12-221-2/+2
|
* Provide Terms of Service placeholder page (includes doc/SiteTOS.md)friendica2013-12-221-1/+0
|
* remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-229-27/+27
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* more (somewhat minor) but important cleanup for mod_photos so visitors with ↵friendica2013-12-221-16/+12
| | | | the correct permissions to add photos can also remove them
* issue deleting photos (attached item remained undeleted and became visible, ↵friendica2013-12-221-1/+1
| | | | though the photo was gone)
* make xref workfriendica2013-12-221-14/+14
|
* add ability to set created date/time from the apifriendica2013-12-221-3/+4
|
* Merge pull request #249 from cvogeley/masterfriendica2013-12-221-0/+2
|\ | | | | New modal dialog for item expiry
| * Merge remote-tracking branch 'upstream/master' into bootstrapChristian Vogeley2013-12-2259-3077/+1745
| |\ | | | | | | | | | | | | Conflicts: view/php/theme_init.php
| * | New modal dialog for item expiryChristian Vogeley2013-12-221-0/+2
| | |
* | | AchievementsThomas Willingham2013-12-221-0/+84
| | |
* | | xrefThomas Willingham2013-12-221-0/+20
| |/ |/|
* | 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
| |