Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if required apps are installed | Tom Needham | 2012-07-30 | 4 | -9/+53 |
| | |||||
* | Authorisation requires you to be logged in | Tom Needham | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | Include the css for the OAuth page | Tom Needham | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | Improve styling of permission request page | Tom Needham | 2012-07-30 | 2 | -12/+15 |
| | |||||
* | Basic template for authorising exernal apps with OAuth | Tom Needham | 2012-07-30 | 2 | -0/+60 |
| | |||||
* | Fix undo delete user | Michael Gapczynski | 2012-07-14 | 1 | -17/+16 |
| | |||||
* | Fix setting custom quota size for users, bug fix for oc-1128 | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 14 | -29/+1 |
| | |||||
* | CSRF check in the settings | Lukas Reschke | 2012-07-07 | 13 | -1/+15 |
| | |||||
* | Added undo functionality to delete user procedure on user settings page | Sam Tuke | 2012-07-04 | 2 | -9/+89 |
| | |||||
* | Revert "bugfix for #1098 (assigning a group to a user, the group appears ↵ | Michael Gapczynski | 2012-07-01 | 1 | -1/+0 |
| | | | | | | incrementally many times the more you assign it)" This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59. | ||||
* | Prevent duplicate group showing in multiselect that added the group | Michael Gapczynski | 2012-06-29 | 1 | -1/+3 |
| | |||||
* | Add new group to other user's group select forms | Michael Gapczynski | 2012-06-29 | 1 | -0/+6 |
| | |||||
* | move the ownCloud version to admin which makes more sense. A normal user ↵ | Frank Karlitschek | 2012-06-29 | 2 | -5/+7 |
| | | | | can´t update ownCloud anyways. | ||||
* | bugfix for #1098 (assigning a group to a user, the group appears ↵ | Bjoern Schiessle | 2012-06-26 | 1 | -0/+1 |
| | | | | incrementally many times the more you assign it) | ||||
* | Added text ACS warning to admin's user settings page, and corresponding CSS ↵ | Sam Tuke | 2012-06-25 | 3 | -0/+16 |
| | | | | styles | ||||
* | XSS fix. | Thomas Tanghus | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Allow direct link to app. | Thomas Tanghus | 2012-06-25 | 3 | -1/+14 |
| | |||||
* | log messages are looking nicer if html code gets interpreted. (xss ↵ | Bjoern Schiessle | 2012-06-22 | 1 | -1/+1 |
| | | | | prevention happens on another place) | ||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-21 | 3 | -1/+21 |
|\ | |||||
| * | check if the data directory is accessible via http. Show a big security ↵ | Frank Karlitschek | 2012-06-21 | 3 | -1/+21 |
| | | | | | | | | warning if yes | ||||
* | | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
|/ | |||||
* | use new sanitize HTML function | Bjoern Schiessle | 2012-06-19 | 3 | -3/+3 |
| | |||||
* | don't add the "Shared"-directory size to users quota | Bjoern Schiessle | 2012-06-18 | 1 | -1/+2 |
| | |||||
* | escape log messages to avoid possible js execution | Bjoern Schiessle | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/127' of ↵ | Michael Gapczynski | 2012-06-13 | 4 | -6/+6 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php | ||||
| * | Fixes a issue with the log | Lukas Reschke | 2012-06-11 | 1 | -2/+2 |
| | | |||||
| * | Make some apps compatible | Lukas Reschke | 2012-06-11 | 4 | -6/+6 |
| | | |||||
| * | Revert | Lukas Reschke | 2012-06-11 | 5 | -16/+16 |
| | | |||||
| * | Settings... | Lukas Reschke | 2012-06-11 | 5 | -16/+16 |
| | | |||||
* | | applied patch provided by bug #966 to fix broken user specific quota settings | Bjoern Schiessle | 2012-06-12 | 3 | -48/+76 |
|/ | |||||
* | apps paging is not yet implemented. increase pagesize to 100 as a quickfix | Frank Karlitschek | 2012-06-09 | 1 | -1/+2 |
| | |||||
* | fixed broken lines in user table | Bjoern Schiessle | 2012-06-08 | 2 | -2/+3 |
| | |||||
* | Protect the help page | Tom Needham | 2012-06-07 | 1 | -3/+3 |
| | |||||
* | update translations | Robin Appelman | 2012-06-06 | 44 | -92/+247 |
| | |||||
* | Per user quota didn't show in FF (and possibly IE) ↵ | Thomas Tanghus | 2012-06-05 | 1 | -1/+1 |
| | | | | http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324. | ||||
* | Fix newline in code | Bart Visscher | 2012-06-04 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-06-04 | 1 | -0/+2 |
|\ | |||||
| * | Hide app page link for internal apps, fixes bug oc-913 | Michael Gapczynski | 2012-06-04 | 1 | -0/+2 |
| | | |||||
* | | Validate email on save | Tom Needham | 2012-06-04 | 1 | -5/+4 |
|/ | |||||
* | link to apps.owncloud.com | Frank Karlitschek | 2012-06-03 | 2 | -2/+7 |
| | | | | thanks to guillaume for the patch | ||||
* | prevend a division by zero problem | Frank Karlitschek | 2012-06-01 | 1 | -0/+1 |
| | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -7/+0 |
| | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | check during ownCloud upgrade if all the installed apps are compatible with ↵ | Frank Karlitschek | 2012-05-26 | 1 | -2/+2 |
| | | | | the new ownCloud version. Disable them if not | ||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 3 | -3/+3 |
| | |||||
* | don´t claim that already downloaded 3rd party apps are internal apps | Frank Karlitschek | 2012-05-18 | 1 | -2/+7 |
| | |||||
* | update translations | Robin Appelman | 2012-05-17 | 8 | -8/+104 |
| | |||||
* | Switch enable button only when app is really installed or uninstalled | Brice Maron | 2012-05-14 | 1 | -5/+13 |
| | |||||
* | prevent user creation with empty password | Robin Appelman | 2012-05-13 | 1 | -1/+5 |
| | |||||
* | update translations | Robin Appelman | 2012-05-13 | 17 | -2/+152 |
| |