Tom Needham
|
a7906d813a
|
Move OAuth classes into lib/oauth
|
2012-08-03 11:47:05 +00:00 |
Tom Needham
|
88c6928bad
|
API: Use OC_API::checkLoggedIn() and OAuth scopes are app_$appname
|
2012-08-03 11:36:01 +00:00 |
Michael Gapczynski
|
e3d88270cc
|
OAuth server implementation using oauth library
|
2012-08-02 20:02:31 -04:00 |
Tom Needham
|
91daf54d7c
|
Check if required apps are installed
|
2012-07-30 16:41:07 +00:00 |
Tom Needham
|
e47a8a9f09
|
Authorisation requires you to be logged in
|
2012-07-30 13:14:29 +00:00 |
Tom Needham
|
cbc0f0c1c5
|
Include the css for the OAuth page
|
2012-07-30 10:51:48 +00:00 |
Tom Needham
|
138c66a2ba
|
Improve styling of permission request page
|
2012-07-30 10:51:00 +00:00 |
Tom Needham
|
5933d43901
|
Basic template for authorising exernal apps with OAuth
|
2012-07-30 10:25:41 +00:00 |
Michael Gapczynski
|
b455149bae
|
Fix undo delete user
|
2012-07-14 16:57:16 -04:00 |
Michael Gapczynski
|
8890a41280
|
Fix setting custom quota size for users, bug fix for oc-1128
|
2012-07-11 18:25:08 -04:00 |
Jörn Friedrich Dreyer
|
e59a1806cf
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +02:00 |
Lukas Reschke
|
777eb1d8b1
|
CSRF check in the settings
|
2012-07-07 15:27:04 +02:00 |
Sam Tuke
|
825d92d59c
|
Added undo functionality to delete user procedure on user settings page
|
2012-07-04 14:30:42 +01:00 |
Michael Gapczynski
|
7ceba61413
|
Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)"
This reverts commit 265d7e50f5 .
|
2012-07-01 11:29:02 -04:00 |
Michael Gapczynski
|
c992482e92
|
Prevent duplicate group showing in multiselect that added the group
|
2012-06-29 17:52:44 -04:00 |
Michael Gapczynski
|
05cb94801a
|
Add new group to other user's group select forms
|
2012-06-29 16:29:58 -04:00 |
Frank Karlitschek
|
6917d74193
|
move the ownCloud version to admin which makes more sense. A normal user can´t update ownCloud anyways.
|
2012-06-29 11:07:41 +02:00 |
Bjoern Schiessle
|
72b365842f
|
bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)
|
2012-06-26 12:51:32 +02:00 |
Sam Tuke
|
f374dae233
|
Added text ACS warning to admin's user settings page, and corresponding CSS styles
|
2012-06-25 18:04:10 +01:00 |
Thomas Tanghus
|
5ac4830e75
|
XSS fix.
|
2012-06-25 05:03:30 +02:00 |
Thomas Tanghus
|
c3130919c2
|
Allow direct link to app.
|
2012-06-25 05:02:01 +02:00 |
Bjoern Schiessle
|
036530b2fd
|
log messages are looking nicer if html code gets interpreted. (xss prevention happens on another place)
|
2012-06-22 17:00:56 +02:00 |
Bjoern Schiessle
|
1338279ca0
|
Merge branch 'master' of gitorious.org:owncloud/owncloud
|
2012-06-21 16:42:16 +02:00 |
Frank Karlitschek
|
e95055b2bd
|
check if the data directory is accessible via http. Show a big security warning if yes
|
2012-06-21 14:07:04 +02:00 |
Bjoern Schiessle
|
34739b7ec5
|
use new sanitizeHTML() function
|
2012-06-21 13:57:18 +02:00 |
Bjoern Schiessle
|
089ae980c4
|
use new sanitize HTML function
|
2012-06-19 17:24:55 +02:00 |
Bjoern Schiessle
|
2fd7df57d9
|
don't add the "Shared"-directory size to users quota
|
2012-06-18 15:35:22 +02:00 |
Bjoern Schiessle
|
91f69858e4
|
escape log messages to avoid possible js execution
|
2012-06-18 09:42:31 +02:00 |
Michael Gapczynski
|
b5889d6ffe
|
Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/owncloud into merge-requests/127
Conflicts:
apps/files_external/templates/settings.php
lib/template.php
|
2012-06-13 15:17:46 -04:00 |
Bjoern Schiessle
|
1b6dd6628a
|
applied patch provided by bug #966 to fix broken user specific quota settings
|
2012-06-12 11:18:34 +02:00 |
Lukas Reschke
|
d2a34f4b35
|
Fixes a issue with the log
|
2012-06-11 19:33:16 +02:00 |
Lukas Reschke
|
2b22c538c8
|
Make some apps compatible
|
2012-06-11 19:07:51 +02:00 |
Lukas Reschke
|
c009bc4b87
|
Revert
|
2012-06-11 13:27:32 +02:00 |
Lukas Reschke
|
ec4c373eaa
|
Settings...
|
2012-06-11 12:48:47 +02:00 |
Frank Karlitschek
|
3947aa3ef7
|
apps paging is not yet implemented. increase pagesize to 100 as a quickfix
|
2012-06-09 22:00:28 +02:00 |
Bjoern Schiessle
|
f91ad08613
|
fixed broken lines in user table
|
2012-06-08 11:37:04 +02:00 |
Tom Needham
|
1f409ec524
|
Protect the help page
|
2012-06-07 17:43:26 +00:00 |
Robin Appelman
|
f7d221f5f0
|
update translations
|
2012-06-06 00:29:28 +02:00 |
Thomas Tanghus
|
6c4231b3d3
|
Per user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.
|
2012-06-05 14:17:38 +02:00 |
Bart Visscher
|
786325a4bb
|
Fix newline in code
|
2012-06-04 22:24:17 +02:00 |
Tom Needham
|
cf85a1e264
|
Merge branch 'master' of gitorious.org:owncloud/owncloud
|
2012-06-04 18:43:22 +00:00 |
Tom Needham
|
55e88120cd
|
Validate email on save
|
2012-06-04 18:42:25 +00:00 |
Michael Gapczynski
|
adc200c1f3
|
Hide app page link for internal apps, fixes bug oc-913
|
2012-06-04 14:26:30 -04:00 |
Frank Karlitschek
|
f3c1d1eded
|
link to apps.owncloud.com
thanks to guillaume for the patch
|
2012-06-03 23:48:59 +02:00 |
Frank Karlitschek
|
e6b0eb3423
|
prevend a division by zero problem
|
2012-06-01 16:48:42 +02:00 |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
2012-05-31 13:01:30 +02:00 |
Frank Karlitschek
|
982cde0bb1
|
check during ownCloud upgrade if all the installed apps are compatible with the new ownCloud version. Disable them if not
|
2012-05-26 20:37:10 +02:00 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
Frank Karlitschek
|
fdbe0c9734
|
don´t claim that already downloaded 3rd party apps are internal apps
|
2012-05-18 21:14:07 +02:00 |
Robin Appelman
|
ac8bfc218e
|
update translations
|
2012-05-17 00:36:21 +02:00 |