aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* As talked about earlier: set body font size to 0.8rem and post/comment font ↵Jeroen2014-07-291-3/+3
| | | | size to 1.0rem. This respects the user's browser font settings. Please comment if this changes the font sizes to much. There are some other font sizes that need to be changed to a scalable size (like btn-xs), but they don't have a priority. First see if this works. - Also made it possible for users to zoom on smart devices. - Small update to Redable. Aside is now disabled on almost all tablets in portrait mode.
* 14px>12pt as agreed on ↵Jeroen2014-07-281-2/+1
| | | | https://github.com/friendica/red/commit/075fc6727762d4e45ddcae5843eec0100ad3ab72 - Also fixed empty delete button showing up for channels without edit photo rights.
* style the photo like buttonsfriendica2014-07-271-2/+2
|
* clear floats on photo page (footer content appearing on right of page ↵friendica2014-07-271-0/+2
| | | | instead of bottom)
* Improved photo view page. Added a delete button, stylized other button and ↵Jeroen2014-07-271-2/+11
| | | | rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub.
* wrong label on iconfriendica2014-07-251-1/+1
|
* make profile edit pencil stand out a bit on darker backgroundsfriendica2014-07-241-1/+1
|
* always provide a profile edit entry in the nav usermenufriendica2014-07-241-2/+2
|
* cherry pick pull request #544friendica2014-07-242-7/+2
|
* French Translationsmycocham2014-07-242-2/+7
|