aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* things can now have (consistent sized) photos - plus I found a couple of ↵friendica2013-12-283-16/+35
| | | | 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.
* more doc updatesfriendica2013-12-2710-0/+724
|
* sslify - remove the redirect fallback - as it gets called occasionally and ↵friendica2013-12-27102-2278/+2596
| | | | 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-266-27/+17
| | | | 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.
* issue #230 - deletion failure in multiple delivery chainsfriendica2013-12-262-2/+5
|
* 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
|
* missing end divfriendica2013-12-251-1/+1
|
* and add a border for delineationfriendica2013-12-251-0/+2
|
* improve the register text until the new register page is finishedfriendica2013-12-253-2/+24
|
* knock a couple of items off the to-do list. There may still be some ↵friendica2013-12-251-5/+1
| | | | associated issues and/or feature requests but we'll deal with those separately.
* try againfriendica2013-12-253-4/+19
|
* didn't workfriendica2013-12-251-1/+1
|
* sslify http links in media elements if you're on an https serverfriendica2013-12-252-0/+38
|
* cut/paste errorfriendica2013-12-251-3/+3
|
* extend the directory profiles a bit morefriendica2013-12-256-4/+40
|
* Merge https://github.com/friendica/red into zpullfriendica2013-12-251-0/+1
|\
| * Add cutsom/ to gitignoreThomas Willingham2013-12-241-0/+1
| |
* | db update for directory profiles - and fix broken database.sql from the ↵friendica2013-12-253-15/+30
| | | | | | | | sys_perms addition a couple days back
* | use colorbox for single photo viewing (replacing prettyPhoto, which may have ↵friendica2013-12-254-3/+5
|/ | | | license incompatibilities). Also set maximum size of a directory popup and let it scroll after that in case somebody set their profile keywords to the content of Webster's dictionary.
* use case-insensitive array search for matching directory keywords with your ownfriendica2013-12-232-2/+2
|
* get around size limitfriendica2013-12-231-3/+3
|
* set the height so colorbox can set its size correctlyfriendica2013-12-232-3/+2
|
* make sure resize firesfriendica2013-12-231-1/+2
|
* improve the directory popup a bitfriendica2013-12-234-14/+48
|
* first thing to make it less annoying is to only popup if you click. Will ↵friendica2013-12-231-1/+1
| | | | improve on it later - but this gives us something we can test to improve the popup contents.
* first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵friendica2013-12-239-9/+196
| | | | 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.
* Merge https://github.com/friendica/red into zpullfriendica2013-12-233-2/+3
|\
| * Merge pull request #253 from cvogeley/masterfriendica2013-12-232-1/+2
| |\ | | | | | | Show expire date in post tooltip
| | * Show expire date in post tooltipChristian Vogeley2013-12-232-1/+2
| | |
| * | s/zrl/zidThomas Willingham2013-12-231-1/+1
| | |
* | | add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-239-16/+80
|/ / | | | | | | 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-235-3276/+3020
|\ \
| * | You'll probably be wanting the actual template too.Thomas Willingham2013-12-231-1/+1
| | |
| * | Zidification of author links in webpages.Thomas Willingham2013-12-231-1/+4
| | |
| * | Merge pull request #252 from tobiasd/DE20131223tobiasd2013-12-232-3273/+3014
| |\ \ | | | | | | | | DE: update to the strings
| | * | DE: update to the stringsTobias Diekershoff2013-12-232-3273/+3014
| |/ /
| * | 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-232-1/+350
|/ /
* | 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-223-2/+5
| |
* | still not entirely happy with the text. So I'm playing with it a bit.friendica2013-12-221-1/+1
| |
* | remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-2220-60/+73
| | | | | | | | 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-222-3/+3
| | | | | | | | though the photo was gone)
* | make xref workfriendica2013-12-221-14/+14
| |
* | more proof-readingfriendica2013-12-221-2/+2
| |
* | proof-readfriendica2013-12-221-1/+1
| |
* | let's confront this "social network" elephant in the room head on rather ↵friendica2013-12-221-0/+3
| | | | | | | | than try to sweep it under the rug.
* | add ability to set created date/time from the apifriendica2013-12-222-4/+4
| |