aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* UI cleanup for admin profile field management pageredmatrix2016-03-021-9/+16
|
* sort out the with and howlong dependenciesredmatrix2016-03-011-1/+1
|
* profile field admin page (functional only: still needs a lot of HTML/CSS ↵redmatrix2016-03-012-0/+32
| | | | cleanup)
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-016-13/+15
|\
| * fix js error and add id to field input blockMario Vavti2016-03-012-2/+2
| |
| * do not show empty buttons if not logged inMario Vavti2016-03-012-2/+2
| |
| * move preview content outside of editor spaceMario Vavti2016-03-011-1/+2
| |
| * css fixes to make jot look better with background colors or imagesMario Vavti2016-03-012-8/+9
| |
* | Allow configuration of the display order of profile fields. This is an ↵redmatrix2016-03-011-9/+64
|/ | | | important piece of a more general profile configuration framework which will eventually be accessible via the admin page.
* simplify profile edit button(s) and make it useful for multiple profilesMario Vavti2016-02-292-12/+21
|
* make attach_delete() return and comment out album rename functionality since ↵Mario Vavti2016-02-271-0/+2
| | | | this is not supported by the backend at the moment.
* several photo item template fixesMario Vavti2016-02-262-18/+24
|
* provide an edit button for the profile pageMario Vavti2016-02-251-0/+3
|
* we have got a button for events in the nav. no need for it in the tabs if we ↵Mario Vavti2016-02-251-0/+1
| | | | are local.
* issue #216 - calendar sharingredmatrix2016-02-243-3/+41
|
* add 'requires' field to plugin info to list other dependent plugins/addons ↵redmatrix2016-02-241-0/+3
| | | | and disable if dependencies are not installed/enabled
* some work on mod/registerMario Vavti2016-02-223-85/+58
|
* Pimped the pubsites page. I tried to get this into a .tpl-file, but it was ↵jeroenpraat2016-02-211-5/+2
| | | | to complicated for me. Pubsites page is now more narrow (fits on most devices) and location is not taking a complete column (location is almost never used). Also a fix on the auto-create-channel part on the register page.
* grid->network, whitespace and bootstrapify create buttonMario Vavti2016-02-201-1/+1
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-02-191-0/+1
|\
| * issue #287 require old password to change passwordredmatrix2016-02-191-0/+1
| |
* | pimp up mod new_channelMario Vavti2016-02-191-41/+35
|/
* h1>h2 (thanks to Mario) and help text below label on register page (like on ↵jeroenpraat2016-02-183-7/+5
| | | | new channel).
* Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause ↵jeroenpraat2016-02-183-6/+14
| | | | a UNO member has only 1 channel, so it's logical to remove the acccount (by experience on UNO hub). Styling oauth settings.
* make always preload images before rendering the page a display settingMario Vavti2016-02-172-0/+2
|
* @hubdomain also for auto-create-channel + adding css wrapper (ongoing work)jeroenpraat2016-02-162-2/+3
|
* form cleanup (profile_photo and cover_photo), admin 'user_approve' not ↵redmatrix2016-02-143-59/+79
| | | | found, missing close div in mood_content.tpl
* [invite module] update UI templatephellmes2016-02-091-24/+20
|
* need to re-arrange a few things for a short vcardredmatrix2016-02-081-0/+42
|
* lots more zcard tweaksredmatrix2016-02-082-14/+29
|
* a few tweaks to uno settings page to allow a default ACL to be createdredmatrix2016-02-071-1/+6
|
* block public was still referenced in admin/site templateredmatrix2016-02-071-1/+0
|
* update UI template for 'mood' moduleredmatrix2016-02-071-7/+18
|
* uno stuffredmatrix2016-02-051-0/+1
|
* comment buttons hookredmatrix2016-02-041-0/+1
|
* update the poke page layout and UIredmatrix2016-02-041-24/+40
|
* heavy lifting on admin security pageredmatrix2016-02-032-0/+3
|
* admin security page for configuring white and black lists and other security ↵redmatrix2016-02-031-0/+29
| | | | options.
* some zcard cleanup - still eneds a lot more workredmatrix2016-02-021-2/+87
|
* adjust for folks that still have 175px profile photosredmatrix2016-02-011-1/+1
|
* missing templateredmatrix2016-02-011-0/+50
|
* add photos to the profile "likes this" dropdownsredmatrix2016-02-011-2/+2
|
* lower caution level from danger to warning for ignore buttonMario Vavti2016-01-271-1/+1
|
* provide an icon to make 'add privacy group' stand out from the list of ↵redmatrix2016-01-271-1/+1
| | | | groups. Please revert if you think it's too messy.
* bring back the ability to ignore a pending connection request without ↵redmatrix2016-01-261-1/+4
| | | | deleting it and without always having it in your face and without jumping through hoops.
* Linking new connection notification to pending connections (see Channel 1) ↵jeroenpraat2016-01-273-2/+4
| | | | and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits.
* don't provide notification icons on manage page for delegated channelsredmatrix2016-01-241-1/+1
|
* set the actual value of the password input field to a single space on remove ↵redmatrix2016-01-212-2/+2
| | | | channel and remove account because firefox does not honour 'autocomplete="off"' and insists on filling in the password, which completely defeats the purpose of password protecting this function. We want to ensure it can only be executed by somebody who knows the password and not somebody who happens upon an unattended browser session. This space is annoying and must be removed to enter the password correctly but this appears to be the only way to provide the necessary safety for that page. Setting autocomplete to a random string as suggested by the firefox doco doesn't appear to do anything useful, as autocomplete is still performed.
* make contact block look widget alikeMario Vavti2016-01-211-2/+4
|
* css cleanupMario Vavti2016-01-211-1/+1
|