Thomas Müller
9116303cfc
fixing typos
12 years ago
Bart Visscher
e92abfd4d8
Add Config container class to server container
12 years ago
Bart Visscher
e3013c5801
Add Navigation class to server container
12 years ago
Bart Visscher
aa8a85f77d
Add DBConnection to server container
12 years ago
Bart Visscher
ac73ce1b2a
Add UserSession to server container
12 years ago
Thomas Müller
69c28400b4
Merge pull request #4886 from owncloud/public_cache
Public cache etc.
12 years ago
Thomas Müller
1274d6116d
updating php docs
12 years ago
Thomas Tanghus
09d043729a
Note to self 2: Do as you preach. Test!
12 years ago
Thomas Tanghus
79cd655920
Note to self: Test before pushing!!!
12 years ago
Thomas Tanghus
dd62ccdb4e
Merge branch 'appframework-master' into public_cache
Conflicts:
lib/public/iservercontainer.php
lib/server.php
12 years ago
Thomas Tanghus
534933ee9b
Use new emitter system
12 years ago
Thomas Müller
415a27c1ae
Merge pull request #4888 from owncloud/public_session
Public session
12 years ago
Thomas Tanghus
d3f88ceeb4
Add some docs to the sessions interface.
12 years ago
Thomas Tanghus
8b4f4a79e2
Still some session leftovers.
12 years ago
Thomas Tanghus
5bddb5377a
Purge session from Request - and fix some styles
12 years ago
Thomas Tanghus
5c19b995db
Add interface for Session and add getter in server container.
12 years ago
Thomas Tanghus
1a13062701
Add legacy wrapper
12 years ago
Thomas Tanghus
fe86182dac
OC_Cache namespace changes and add UserCache to server container.
Refs #4863
12 years ago
Thomas Müller
9b420e8660
use \OC::$server->getPreviewManager() instead of \OCP\Preview
12 years ago
Thomas Müller
b9e943f5d5
fix naming
12 years ago
Thomas Müller
4cd0ee47a8
Merge branch 'master' into appframework-master
12 years ago
Thomas Müller
822daa8f8a
class files have to be lowercase
12 years ago
Thomas Müller
981a41e2cd
adding interface for middleware
12 years ago
Bart Visscher
9d18e16c77
Merge pull request #4825 from owncloud/fix-sharing-expiration-oracle
Fix Sharing "Expiration Date" on Oracle
12 years ago
Jenkins for ownCloud
5cf12888ad
[tx-robot] updated from transifex
12 years ago
Thomas Müller
46f59b165e
Merge pull request #4838 from owncloud/refactor_upload_js
refactor upload js & html to always use only js to fill form data
12 years ago
Thomas Müller
c20f01bbf0
Merge pull request #4862 from owncloud/db_to_public
Add OCP\DB::getErrorMessage() to public namespace.
12 years ago
Thomas Tanghus
eab84d3d96
Add OCP\DB::getErrorMessage() to public namespace.
12 years ago
Thomas Müller
5d4e9e0d25
/OC/Server has created too early causing issues with config operations as OC:$SERVERPATH was not yet initialized
This fixes unit test execution
12 years ago
icewind1991
da0631e185
Merge pull request #4860 from owncloud/fixing-potential-null-storage-on-scanner-master
adding null check on a mount's storage
12 years ago
Thomas Müller
af0069bf03
adding getRootFolder() to server container and hooking up the new files api
12 years ago
Thomas Müller
5acb3c4c0d
first log the exception
12 years ago
Thomas Müller
ad82a56f79
Merge branch 'master' into appframework-master
12 years ago
Thomas Müller
0f4e214a90
adding null check on a mount's storage
12 years ago
Morris Jobke
339c98e5e6
Merge pull request #4835 from owncloud/fix-apps-height
use lineheight instead of padding and height
12 years ago
Morris Jobke
58e6582056
Merge pull request #4803 from owncloud/fix-4465-add-share-user-on-enter
Fixes #4465 - Added autoFocus to #shareWith autocomplete options
12 years ago
Thomas Müller
db7e1dd877
Merge pull request #4853 from owncloud/external-shared_mimetype-icons
Use external and shared icons in OC.Dialogs.filepicker()
12 years ago
Bernhard Posselt
a58e176852
Merge pull request #4506 from owncloud/oc_avatars
OC Avatars
12 years ago
Thomas Müller
a0c2c2473a
Merge pull request #4501 from owncloud/ajaxfilelist
Ajax calls for "files" and "files_trashbin" apps
12 years ago
Thomas Tanghus
dcc899d0a0
Merge pull request #4806 from owncloud/oc-dialogs-pageleave
Don't popup meaningless alerts when dialog called on page leave
12 years ago
kondou
c117e719da
Use external and shared icons in OC.Dialogs.filepicker()
12 years ago
kondou
86143beb6a
Remove superfluous $
12 years ago
Jenkins for ownCloud
556bd1ef23
[tx-robot] updated from transifex
12 years ago
Thomas Müller
4480b0b164
Merge branch 'master' into appframework-master
12 years ago
Thomas Müller
6ff07f7681
Merge pull request #4712 from owncloud/fileapi-foreward
Provide an implementation of the fileapi for oc6 build on top of the old api
12 years ago
Thomas Müller
6eeb4d165c
- giving the user a new id for each test run in order to prevent reuse of e.g. permissions data in the database
- setting the current user id because \OC\FilesView relies on \OC_User::getUser()
12 years ago
Vincent Petry
ec2f20f720
Fixed files_trashbin to also use hash URL part for IE8
12 years ago
Thomas Müller
4da8fc6907
Merge branch 'appframework-master' of github.com:owncloud/core into appframework-master
12 years ago
Thomas Müller
5b3388c7c4
Merge branch 'master' into appframework-master
12 years ago
Vincent Petry
30a2f2f352
Use hash part of URL for IE8 in files app
Before this fix, the URL wasn't updated in IE8 when navigating into
folders.
This fix makes use of the hash part of URLs to make this work in IE8,
since IE8 doesn't support the history API nor changing the URL without
redirecting.
From now, both the regular query URL "?dir=somedir" and "#?dir=somedir"
will work in both IE8 and non-IE8 browsers.
In IE8, query based URLs are automatically converted to hash URLs upon
page load. The conversion is done on the server side by redirecting the
user to the updated URL.
When loading a page directly using a hash URL in the form
"#?dir=somedir" in IE8, the server doesn't get the hash, so it will not
return any results in that case and rely on ajax to load the first page.
12 years ago