summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* baseDir has to be the whole path to work with shared directories below the ro...Björn Schießle2012-10-051-1/+1
* no content area, it overlaps the file listBjörn Schießle2012-10-051-2/+0
* check if element really exists before calling it. (e.g. for public shared fil...Björn Schießle2012-10-051-2/+8
* always generate access token, also for forms shown to anonymous users (e.g. p...Björn Schießle2012-10-053-4/+6
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0511-19/+25
* don´t show negative numbers. this is only a quickfix. I still dont get why t...Frank Karlitschek2012-10-041-0/+1
* share.expiration is null if no expiration date is set.Björn Schießle2012-10-041-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0435-226/+343
* Show correct public link url for foldersMichael Gapczynski2012-10-031-1/+2
* Prevent displaying errors if public link url parameters are incorrectMichael Gapczynski2012-10-031-0/+7
* RC2v4.5.0RC2Frank Karlitschek2012-10-031-2/+2
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0313-25/+37
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-02112-996/+2499
* l18n support added to files_external/jsThomas Mueller2012-10-022-15/+33
* Correct checking item source for share from same owner when generating item t...Michael Gapczynski2012-10-021-1241/+1242
* we are sharing the same file again if item_source of the already shared file ...Björn Schießle2012-10-021-0/+3
* remove unnecessary code and add missing items to select statementBjörn Schießle2012-10-021-14/+2
* remove textbox after pressing "enter" even if the name is the sameBjörn Schießle2012-10-021-16/+15
* escape identifiers in queriesJörn Friedrich Dreyer2012-10-021-9/+9
* merge all possible conflicts into on arrayBjörn Schießle2012-10-021-10/+9
* automatically remove and prevent installation of apps with a require version ...Frank Karlitschek2012-10-029-11/+11
* fix create folder and upload file issue on win, fixes oc-1747, solution follo...Arthur Schiwon2012-10-021-2/+2
* We can't rely on the assumption that if the matching target is from the same ...Björn Schießle2012-10-021-10/+30
* don't use the complete path but the basename if the file/foder has no extensi...Björn Schießle2012-10-021-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0230-199/+267
* Fixed old, annoying css error that it turned out I had made myself :-PThomas Tanghus2012-10-011-1/+1
* Merge pull request #23 from lipemat/patch-1Lukas Reschke2012-10-011-1/+1
|\
| * Update apps/files/css/files.cssMat Lipe2012-10-011-1/+1
| * Update apps/files/css/files.cssMat Lipe2012-09-301-2/+2
* | Search: fix Notice and thus broken search with activiated error reportingArthur Schiwon2012-10-011-1/+5
* | LDAP: fix sharing doesn't work with ldap groups, oc-1819Arthur Schiwon2012-10-012-2/+8
* | Share - Dropdown dialog - cut off username if it's longer than 14 chars - bug...Georg Ehrke2012-10-011-2/+6
* | Sharing: backward compatibility to links from OC 4.0.Arthur Schiwon2012-10-011-0/+20
* | fix test case for when a user is logged inRobin Appelman2012-10-011-1/+4
* | add test to make sure filepaths that are passed to filesystems hooks are norm...Robin Appelman2012-10-011-0/+23
* | code styleRobin Appelman2012-10-011-46/+44
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0121-63/+94
* update the filecache by setting mtimes to 0 when the mount configuration has ...Robin Appelman2012-09-303-4/+18
* fix updating the filecache for when contents of a folder has changedRobin Appelman2012-09-301-5/+8
* fix mimetype detection using the 'file' command in some edge casesRobin Appelman2012-09-301-0/+1
* reload the current url when login in instead of always redirecting to the def...Robin Appelman2012-09-302-2/+3
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-3019-70/+98
* Fix a typoLukas Reschke2012-09-301-1/+1
* Fix double url decoding in fileDownloadPath functionBart Visscher2012-09-291-1/+1
* Merge pull request #21 from raghunayyar/masterLukas Reschke2012-09-291-1/+1
|\
| * Update settings/css/settings.cssRaghu Nayyar2012-09-291-1/+1
* | Fallback for systems without opensslLukas Reschke2012-09-293-7/+30
* | mt_rand() is not secure from a cryptographic point of view, let's use openssl...Lukas Reschke2012-09-291-1/+2
* | rand() + uniqid() are not from cryptographic qualityLukas Reschke2012-09-291-1/+1
* | Removed sectokenLukas Reschke2012-09-293-9/+1