summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-144-1/+31
|
* Removed the preview warning. This is only a simple text changeFrank Karlitschek2013-07-131-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-132-0/+9
|
* Merge pull request #4037 from owncloud/add_new_file_above_summaryKondou2013-07-121-0/+2
|\ | | | | add new file above summary if it is the first file in the list
| * add new file above summary if it is the first file in the listBjörn Schießle2013-07-121-0/+2
| |
* | fix array access and change variable names according to the coding styleBjörn Schießle2013-07-121-11/+13
| |
* | continue cleaning-up old versions if availableSpace=0. It's not necessary ↵Björn Schießle2013-07-121-1/+1
| | | | | | | | but gives us some additional free space, especially in the case of a hard quota
* | fix some var names according to our style guideBjörn Schießle2013-07-121-7/+7
| |
* | adjust commentsBjörn Schießle2013-07-121-1/+1
| |
* | fix typo in commentBjörn Schießle2013-07-121-1/+1
| |
* | also expire versions on rename, to update the history more regularlyBjörn Schießle2013-07-121-0/+2
| |
* | it is enough to call the expire function onceBjörn Schießle2013-07-121-6/+1
| |
* | call expire function before writing the new version to make sure to have ↵Björn Schießle2013-07-121-63/+96
|/ | | | enough free space
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-1218-5/+64
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-117-1/+50
|
* Merge pull request #3990 from owncloud/size-mbJan-Christoph Borchardt2013-07-101-1/+1
|\ | | | | add MB indicator to size heading, fix #3987
| * add MB indicator to size heading, fix #3987Jan-Christoph Borchardt2013-07-101-1/+1
| |
* | LDAP: even better check for emptiness, fixes #3815Arthur Schiwon2013-07-101-8/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-07-103-3/+11
|/
* Encode current trashbin directoryVictor Dubiniuk2013-07-091-3/+6
|
* Migrate to encodePathVictor Dubiniuk2013-07-094-12/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-099-2/+23
|
* Merge pull request #3757 from owncloud/icon-cleanupJan-Christoph Borchardt2013-07-082-4/+4
|\ | | | | Icon cleanup
| * use history icon in Deleted Files template as wellJan-Christoph Borchardt2013-06-172-2/+2
| |
| * remove unused loading spinners, just have oneJan-Christoph Borchardt2013-06-171-2/+2
| |
| * use consistent icon for 'restore'/versions/history, also SVGJan-Christoph Borchardt2013-06-171-1/+1
| |
* | Merge pull request #3946 from owncloud/fixing-3942-masterThomas Müller2013-07-083-33/+17
|\ \ | | | | | | handle anonymous upload to reshared folder
| * | fixing check if public share is a folder or notThomas Müller2013-07-061-1/+1
| | |
| * | Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-0610-155/+252
| |\ \ | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php
| * | | on reshares we now recursively move to the root of all reshares - therefore ↵Thomas Müller2013-07-052-31/+16
| | | | | | | | | | | | | | | | some code has been refactured and added as a new public function
| * | | fixing Notice: Undefined index: isPublicThomas Müller2013-07-051-0/+1
| | | |
| * | | handle anonymous upload to reshared folderThomas Müller2013-07-051-0/+5
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-089-11/+27
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-0710-0/+86
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-0612-1/+47
| |/ / |/| |
* | | Merge pull request #3951 from owncloud/fixing-3936-masterThomas Müller2013-07-051-4/+11
|\ \ \ | | | | | | | | get the real physical folder name for anonymous upload
| * | | proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-4/+5
| | | |
| * | | php 5.3 compliant nowThomas Müller2013-07-051-1/+2
| | | |
| * | | get the real physical folder name for anonymous uploadThomas Müller2013-07-051-2/+7
| |/ /
* | | Merge pull request #3958 from owncloud/fixing-3933-masterThomas Müller2013-07-052-76/+82
|\ \ \ | | | | | | | | adding tipsy to the upload button showing the max upload and restoring c...
| * | | adding tipsy to the upload button showing the max upload and restoring ↵Thomas Müller2013-07-052-76/+82
| |/ / | | | | | | | | | client side upload size validation
* | | Merge pull request #3948 from owncloud/fixing-3934-masterBart Visscher2013-07-051-0/+3
|\ \ \ | | | | | | | | no anonymous upload on files only folders
| * | | no anonymous upload on files only foldersThomas Müller2013-07-051-0/+3
| |/ /
* | | remove wrong closing bracketBjörn Schießle2013-07-051-1/+0
| | |
* | | added helper function to escape glob patternBjörn Schießle2013-07-053-5/+15
| | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php
* | | fix getUidAndFilename() testBjörn Schießle2013-07-051-1/+1
| | |
* | | only check for external mount points if the external storage app is enabledBjörn Schießle2013-07-051-9/+12
| | |
* | | make trash bin aware of system wide mounts with respect to encryption keysBjörn Schießle2013-07-051-7/+21
| | |
* | | only escape glob patternBjörn Schießle2013-07-052-4/+9
| | |
* | | del share keys from correct locationBjörn Schießle2013-07-051-3/+16
| | |