aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* bootstrapify rating and connect buttons. position the connect button more ↵Mario Vavti2016-01-212-12/+8
| | | | prominent right under the profile image
* generalise the site iconredmatrix2016-01-172-7/+7
|
* move dir total ratings button to the left to prevent the connect button ↵Mario Vavti2016-01-161-2/+3
| | | | beeing shifted on channels with ratings
* change button order for consistencyMario Vavti2016-01-151-4/+5
|
* provide a recent activity link in /connectionsMario Vavti2016-01-151-1/+1
|
* add an approve button to /connections and get rid of the modal popup in ↵Mario Vavti2016-01-152-20/+8
| | | | /connedit. for quick approval (default collection and perms etc.) we now can use the approve button in /connections else click the edit button and make changes and approval from /connedit. hope thats any better...
* provide more contact infos and update some protocol type definitionsMario Vavti2016-01-151-0/+10
|
* since the perms will be reset on approval better do not provide the perms ↵Mario Vavti2016-01-141-0/+2
| | | | tool before we approved a connection
* provide some info about our contacts - status (archived, hidden, etc.), ↵Mario Vavti2016-01-141-2/+15
| | | | public forum (like in directory) and show since when we are connected
* some work on connectionsMario Vavti2016-01-142-32/+48
|
* some template work on follow widgetMario Vavti2016-01-142-4/+9
|
* more progress on cover photo cropping and storageredmatrix2016-01-131-4/+4
|
* some initial work on uploading and cropping cover photosredmatrix2016-01-132-0/+81
|
* more work on auto channel creation during registerredmatrix2016-01-131-0/+34
|
* plugin version compatibility checking. To use, set MinVersion, MaxVersion or ↵redmatrix2016-01-112-3/+22
| | | | MinPHPversion in the plugin header block. Case is not important. We check the project versions against STD_VERSION, which should be rolled to a new y of x.x.y if the plugin interface or project code changes in an incompatible way.
* String update es-es and nl. Plus some extra bits, incl .gitignore update ↵jeroenpraat2016-01-101-0/+2
| | | | with pageheader.html
* features management page for hubminsredmatrix2016-01-062-0/+32
|
* added some real examples for the default-permission-role in de docu. also ↵jeroenpraat2016-01-031-0/+2
| | | | updated comanche template redable and another css class to tpl file
* Provide the ability for a hub admin to specify a default permissions role ↵redmatrix2016-01-021-4/+7
| | | | for the first channel created by a new account. This simplifies channel creation by restricting the available options at registration time. The restriction is not applied to any additional channels created under the same account; and in any event can be changed immediately after channel creation, if desired.
* Update es+nl strings and added title on hover for items (needed to view ↵jeroenpraat2016-01-023-3/+3
| | | | titles that are cut-off)
* issue #241 (redmatrix issue 405)redmatrix2016-01-011-0/+2
|
* Removed defunct URL from old auto-update ideaAndrew Manning2015-12-261-1/+1
|
* regression: default inherited permission was not being set for a connection ↵redmatrix2015-12-251-0/+1
| | | | if the permission was 'inherited'. We need to set these so that if somebody changes the top level permissions they don't have to go back and manually edit every connection to allow/deny what used to be an automatic inherited setting.
* start on refactor of plugin/theme/widget info block parsingredmatrix2015-12-221-6/+7
|
* merge hellredmatrix2015-12-201-30/+39
|
* Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2015-12-182-5/+7
|\
| * fix search item attachment renderingMario Vavti2015-12-171-5/+6
| |
| * Invitation only added to the admin site page. Plus css wrapper class to docu ↵jeroenpraat2015-12-151-0/+1
| | | | | | | | search.
* | Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2015-12-141-2/+0
|\|
| * remove some unused stuffredmatrix2015-12-081-2/+0
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-121-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-111-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-111-4/+0
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-101-1/+2
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-101-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-091-1/+1
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - third versionHaakon Meland Eriksen2015-12-091-6/+6
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tpl - second versionHaakon Meland Eriksen2015-12-091-6/+3
| |
* | Hubzilla textbox - promoting Hubzilla features in jot.tplHaakon Meland Eriksen2015-12-091-29/+26
|/
* move the diaspora templates out of core (except for diaspora_vcard, which is ↵redmatrix2015-12-0715-194/+0
| | | | still stuck here for the present time)
* make justify gallery work with more than one albums per page (eg album widget)Mario Vavti2015-12-073-5/+5
|
* fix css issue in directoryMario Vavti2015-12-061-1/+1
|
* fix attachment rendering for mailMario Vavti2015-12-021-0/+6
|
* css fixesMario Vavti2015-11-282-8/+8
|
* fix tpl if clauseMario Vavti2015-11-281-1/+1
|
* add templatesMario Vavti2015-11-272-0/+23
|
* move events tools to aside widgetMario Vavti2015-11-272-24/+0
|