- 18 Oct, 2010 1 commit
-
-
Alan McNatty authored
Added the refresh mobileuploadtoken feature/functionality and removed the erroneous mobileuploadtoken from usr object
-
- 10 Oct, 2010 1 commit
-
-
Alan McNatty authored
-
- 06 Sep, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 02 Sep, 2010 1 commit
-
-
Ruslan Kabalin authored
Also refresh quotas at the time of filebrowser pieform element creation. Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk> Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
- 09 Aug, 2010 2 commits
-
-
Stacey Walker authored
-
Stacey Walker authored
-
- 09 Jun, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 04 Jun, 2010 1 commit
-
-
Ruslan Kabalin authored
Absolutely any institution admin was granted editing permisions to artefacts that use 'can_edit_artefact' method to check editing permision ("Comments" in particular). Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
- 03 Jun, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 26 May, 2010 2 commits
-
-
Francois Marier authored
These parameters were already sanitised. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
(based on http://www.petefreitag.com/tools/sql_reserved_words_checker/ ) Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 19 May, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 13 May, 2010 1 commit
-
-
Piers Harding authored
Signed-off-by:
Piers Harding <piers@catalyst.net.nz>
-
- 04 May, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 01 May, 2010 1 commit
-
-
Penny Leach authored
Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
- 29 Apr, 2010 1 commit
-
-
Evan Goldenberg authored
- disable editing of title and description for special view types, but give them good fixed values - include the description when installing profile and dashboard views, since they aren't included when copying a template - don't show view submission form for profile and dashboard views - move access control for the profile view to the "my portfolio" page - exclude dashboard views from search results Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
- 28 Apr, 2010 3 commits
-
-
Evan Goldenberg authored
A global admin option allows site administrators to disable the information entirely, though it is enabled by default for all new and existing sites. Users can opt not to show the information, and an account setting is present if they wish to have it shown again. The information is shown between the home page text set by the admin, and the user's dashboard view. Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Evan Goldenberg authored
Also included is an inbox blocktype for dashboard views which shows the user's most recent notifications. Multiple instances of this block can be present in a dashboard view, and the message types displayed in each can be configured. A default dashboard view is installed for each user the next time they log in. Additionally, since the profile view is now shown in the view list, it is installed on login, rather than when the profile is first requested. Conflicts: htdocs/lib/version.php htdocs/view/blocks.php
-
- 14 Mar, 2010 1 commit
-
-
Piers Harding authored
so that others in the chain can still be tried (bug #536959) Signed-off-by:
Piers Harding <piers@catalyst.net.nz>
-
- 29 Jan, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 23 Dec, 2009 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 16 Dec, 2009 1 commit
-
-
Richard Mansfield authored
Reload user institutions from db on institutional admin pages (bug #494484 - thanks to Ruslan Kabalin) Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 15 Dec, 2009 1 commit
-
-
Andrew Robert Nicols authored
If a user is a member of multiple institutions, they would have typically received the theme for the last institution (as returned in an unsorted order from lib/user.php->load_user_institutions). This patch introduces a check to determine the user's authentication instance and the institution associated with that instance. If a theme is set for that institution, this is used in priority. Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
- 11 Dec, 2009 1 commit
-
-
Richard Mansfield authored
Revert "Prevent users from self deleting if they didn't authenticate from an internal auth mechanism" This reverts commit 5a595f72.
-
- 10 Dec, 2009 1 commit
-
-
Andrew Robert Nicols authored
Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
- 09 Nov, 2009 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 23 Oct, 2009 3 commits
-
-
Nigel McNie authored
Without this fix, institution admins can login as site admins and do other such administrative tasks (e.g. reset their password), if the site admin joins their institution. Reported by Ruslan Kabalin <r.kabalin@lancaster.ac.uk>, who supplied a patch. My patch skips adding an extra method to find out if a given user is an admin, though it's not any more performant. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Without this fix, institution admins can login as site admins and do other such administrative tasks (e.g. reset their password), if the site admin joins their institution. Reported by Ruslan Kabalin <r.kabalin@lancaster.ac.uk>, who supplied a patch. My patch skips adding an extra method to find out if a given user is an admin, though it's not any more performant. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 21 Sep, 2009 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 15 Sep, 2009 1 commit
-
-
Richard Mansfield authored
-
- 24 Jul, 2009 1 commit
-
-
Richard Mansfield authored
-
- 08 Jul, 2009 1 commit
-
-
Richard Mansfield authored
-
- 24 Jun, 2009 1 commit
-
-
Richard Mansfield authored
-
- 16 Jun, 2009 1 commit
-
-
Penny Leach authored
We've always had the ability for auth instances to define ->logout, this adds ->login as well, along a very similar vein.
-
- 12 May, 2009 1 commit
-
-
Richard Mansfield authored
-
- 31 Mar, 2009 1 commit
-
-
Richard Mansfield authored
-