aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* photo justificationmarijus2014-09-103-14/+7
|
* wrap photo albums (albums and top level) in a div id=photo-album-contentsfriendica2014-09-081-1/+1
|
* add categories to eventsfriendica2014-09-071-3/+1
|
* Diaspora actually puts the account full name into the "nickname" field of ↵friendica2014-09-071-1/+1
| | | | the vcard. They don't put the nickname into the vcard at all. One wonders why even have a nickname field since the fullname is already presented in the next line. This hasn't caused us a problem with Friendica because I'm guessing nobody actually uses this line, though the number of class tags on it makes it seem somewhat important.
* ajax workfriendica2014-09-062-0/+7
|
* more work on the event edit formfriendica2014-09-051-4/+16
|
* put a date and time picker on eventsfriendica2014-09-041-1/+87
|
* outbound feed issuefriendica2014-09-031-0/+1
|
* Don't forget the ifs. Now we just need to write some blurb, find someThomas Willingham2014-09-021-4/+4
| | | | | images, add a link, and decide what to do with non-earned badges...basically all of it.
* Move achievements on, but just a tad.Thomas Willingham2014-09-021-0/+9
|
* consistency: the diaspora post plugin uses "diaspora_enable". The protocol ↵friendica2014-08-281-1/+1
| | | | driver uses "diaspora_enabled" with a 'd'. They got mixed up in a couple of places.
* ability to create/edit/delete custom profile field definitions - read the ↵friendica2014-08-271-0/+16
| | | | 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/+1
| | | | a channel level since there are privacy issues and quirks and trade-offs.
* Merge pull request #574 from tuscanhobbit/masterRedMatrix2014-08-276-6/+6
|\ | | | | Notifications links load on the same window(tab)
| * notifications open in the same window(tab)tuscanhobbit2014-08-276-6/+6
| |
* | make vcard and contact block widget look-alikemarijus2014-08-271-2/+2
| |
* | get rid of template "auto generated" warningsfriendica2014-08-2515-75/+0
| |
* | more diaspora stuff - most of the basic bits are there except queueing and ↵friendica2014-08-2515-0/+262
| | | | | | | | physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs
* | notifications/system not marking all notifications seenfriendica2014-08-251-1/+1
| |
* | missing template filefriendica2014-08-211-0/+57
| |
* | the rest of the diaspora local discovery stufffriendica2014-08-211-0/+3
| |
* | make the old personal xrd interface (old webfinger) work againfriendica2014-08-212-1/+17
| |
* | profile edit - missing visibility and drop link on non-default profiles, ↵friendica2014-08-211-2/+2
| | | | | | | | 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).
* | abook-edit-me class lost during some edit - we need this to reset the ↵friendica2014-08-211-1/+1
| | | | | | | | permission fields
* | extensible profiles - add the input form elements. Still needs styling and ↵friendica2014-08-201-0/+5
| | | | | | | | 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.
* | move Friendica photo migrator to addons, bring back a few XML scraping ↵friendica2014-08-201-13/+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-0/+1
| | | | | | | | now before the feature is complete so that public sites don't get borked. We also will need a service class for this.
* | provide an overt indication that a post/comment was edited.friendica2014-08-182-2/+2
| |
* | nav channel selectionfriendica2014-08-181-1/+6
|/
* Add account deletion to the UIChristian Vogeley2014-08-161-3/+5
|
* Merge pull request #561 from cvogeley/masterRedMatrix2014-08-151-0/+22
|\ | | | | Some work on account deletion
| * Some work on account deletionChristian Vogeley2014-08-141-0/+22
| |
* | some work on extended profile fieldsfriendica2014-08-131-0/+10
| |
* | provide an expert option to opt out from user zoom on mobile devicesmarijus2014-08-132-1/+4
| |
* | Friendica photo import tool. This will bring in all your photos from the ↵friendica2014-08-121-0/+13
|/ | | | chosen Friendica account and import them into Red. Note that profile photos will also be imported, but will not be scaled for profiles, nor will they be attached to any profiles. They will appear however in your Profile Photos album. Photos that had any access restrictions in Friendica will be made private to only you. Comments and likes, captions, and tags are not transferred, only the actual photos. You will only be able to do this once. If something goes wrong but any photos were imported, a pconfig called frphotos.complete will be set and you'll have to remove it to start over. If you should remove this to start over, we also check each photo and will not over-write a photo you already brought over.
* Some more buttons. Not ready yet. Changed in private message -submit- to ↵Jeroen2014-08-092-5/+5
| | | | -send-. Confusing in other language(s).
* cleanup some text where we said "public" or "visible to anybody on the ↵friendica2014-08-071-1/+3
| | | | internet" when that isn't necessarily true.
* Reworked the options on the profile edit page. In one words: buttons. Hope ↵Jeroen2014-08-062-13/+8
| | | | you liked it. Revert or fix if not. Also reworked the channels manage page a bit, because channel names where not readable with larger fonts. Not perfect yet, but now readable and I think better aligned. Also revert/fix if not good.
* minor stufffriendica2014-08-052-4/+0
|
* scrolling directoryfriendica2014-08-052-1/+9
|
* channel manage page - notification indicatorsfriendica2014-08-041-0/+2
|
* issue #551 provide import/export of profiles (if this feature is enabled)friendica2014-08-041-1/+7
|
* always provide 'name' on profile edit page (and profile name), regardless of ↵friendica2014-08-031-2/+1
| | | | any other allowed fields.
* Let site admin choose what profile fields to support.friendica2014-08-021-39/+62
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-021-0/+1
|\
| * Update nl. Added a link from the edit profile page to the edit visibility page.Jeroen2014-08-011-0/+1
| |
* | db tables for extensible profile fieldsfriendica2014-08-021-12/+6
|/
* make the profile minimal by default. Use features to enable the advanced form.friendica2014-08-011-11/+30
|
* implement the new friend activity post which has been missing for some time nowfriendica2014-07-291-2/+2
|
* Stupid BluefishJeroen2014-07-291-1/+1
|